COLOR #FF6633

HEX: #FF6633
RGB: (255,102,51)

Renk bilgisi

#FF6633 contains mainly red color. #FF6633 color is web safe color. It maybe written shortly as #F63.

RGB renk modeli

#FF6633 color RGB value is (255,102,51).

  • kırmız ton 255;
  • yeşil ton 102;
  • mavi ton 51.
RGB:
(255,102,51)
(100%,40%,20%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 102 of 255 = 40%
B 51 of 255 = 20%

255
102
51

R + G + B ~ 53%. #FF6633 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 102 + 51 = 408 (100%)
R 255 of 408 ~ 62.5%
G 102 of 408 ~ 25%
B 51 of 408 ~ 12.5%

%62.5
%25
%12.5

CMYK RENK MODELİ

#FF6633 rengi CMYK tonu (0,60,80,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.00%
  • sarı tonu 80.00%
  • ana renk tonu 0.00%
CMYK:
(0,60,80,0)
C0M60Y80K0 
(0%,60%,80%,0%)
(0.00/0.60/0.80/0.00)	

CMYK yüzdeleri

%0
%60
%80
%0

Codes

Color #FF6633 in popluar color models

FF6633
RGB25510251
HSL15°100.00%60.00%
HSB/HSV15°80.00%100.00%
CMYK0.00%60.00%80.00%
0.00%

Color #FF6633 in popluar number systems.

HEXFF6633
Decimal25510251
Binary111111111100110110011
Octal37714663

Shades and tints

Shades of #FF6633

#FF6633
(255,102,51)
#E85D2F
(232,93,47)
#D1542B
(209,84,43)
#BA4B27
(186,75,39)
#A34223
(163,66,35)
#8C391F
(140,57,31)
#75301B
(117,48,27)
#5E2717
(94,39,23)
#471E13
(71,30,19)
#30150F
(48,21,15)
#190C0B
(25,12,11)
#000000
(0,0,0)

Tints of #FF6633

#FF6633
(255,102,51)
#FF7345
(255,115,69)
#FF8057
(255,128,87)
#FF8D69
(255,141,105)
#FF9A7B
(255,154,123)
#FFA78D
(255,167,141)
#FFB49F
(255,180,159)
#FFC1B1
(255,193,177)
#FFCEC3
(255,206,195)
#FFDBD5
(255,219,213)
#FFE8E7
(255,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF6633 color. Also use rgb(255,102,51) instead hex code.

Text Font Color

.myTextColor { color: #FF6633; }

<p style="color:#FF6633">This sample text font color is #FF6633.</p>

This text font color is #FF6633.


Background Color

.myBgColor { background-color: #FF6633; }

<div style="background-color:#FF6633">Inner text</div>

This div background color is #FF6633.


Border color

.myBorderColor { border: 1px solid #FF6633; }

<div style="border:3px solid #FF6633">Div</div>

This div border color is #FF6633.


Opacity

.myOpacity80 { color: #FF6633; opacity: 0.8; }

<p style="color:#FF6633;opacity:0.8;">80%</p>

Text with #FF6633 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FF6633;}

<p style="text-shadow: 3px 3px 1px #FF6633">Text here.</p>

This text has shadow with #FF6633 color.

.textShadow {text-shadow: 3px 3px 1px #FF6633, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FF6633, 5px 5px 20px red">Text here.</p>

This text has shadow with #FF6633 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FF6633, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FF6633, Direction=45, Strength=4)">Text</p>

This text has shadow with #FF6633 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FF6633;
  -webkit-box-shadow:	1px 1px 3px 2px #FF6633;
  box-shadow:		1px 1px 3px 2px #FF6633;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FF6633;
-webkit-box-shadow: 1px 1px 3px 2px #FF6633;
box-shadow:1px 1px 3px 2px #FF6633;">
Div content here</div>
This div box has shadow with color #FF6633.

Preview

Color preview on black background

This text has color #FF6633 on black background.


Color preview on white background

This text has color #FF6633 on white background.



Black color preview on #FF6633 background

This text has black color on #FF6633 background.


White color preview on #FF6633 background

This text has white color on #FF6633 background.