Html Css Color HEX #FF9C06 Orange Peel

📋 copy color: '#FF9C06'

red 255 ◦ green 156 ◦ blue 6

#FF9C06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Peel #FF9C06

Tints of Orange Peel #FF9C06

RGB

 RED value IS 255 (100% from 255) = 61.15%

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 61.15%
G = 37.41%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF9C06 (or 0xFF9C06) is known color: Orange Peel. HEX triplet: FF, 9C and 06. RGB value is (255,156,6). Sum of RGB (Red+Green+Blue) = 255+156+6=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C06 is #0063F9. Grayscale: #A9A9A9. Windows color (decimal): -25594 or 433407. OLE color: 433407.

HSL color Cylindrical-coordinate representation of color #FF9C06: hue angle of 36.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9C06 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 156 6 -
CMYK 0 0.39 0.98 0
HSL 36.14º 1% 0.51% -
HSV(B) 36.14º 0.98% 1% -
XYZ 53.16 45.05 6.07 -
YUV 168.5 36.3 189.7 -
System Red Green Blue C M Y K H S L
Decimal 255 156 6 0 0.39 0.98 0 36.14 1 0.51
Hex FF 9C 6 0 27 62 0 24 64 33
Octal 377 234 6 0 47 142 0 44 144 63
Binary 11111111 10011100 110 0 100111 1100010 0 100100 1100100 110011

Color Harmonies of #FF9C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9C06

Black with #FF9C06

Text Example


Text Example

White with #FF9C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9C06; }

 p { color: rgb(255,156,6); }

 H1.HeaderClassName
 {
   color: #FF9C06;
 }
 .AnyTagClassName
 {
   color: #FF9C06;
 }
</style>

background-color css

<style>
 a { background-color: #FF9C06; }

 a { background-color: rgb(255,156,6); }

 div.DivClassName
 {
   background-color: #FF9C06;
 }
 .BgClassName
 {
   background-color: #FF9C06;
 }
</style>

border-color css

<style>
 span { border-color: #FF9C06; }

 span { border-color: rgb(255,156,6); }

 td.TdClassName
 {
   border-color: #FF9C06;
 }
 .TagClassName
 {
   border-color: #FF9C06;
 }
</style>