Html Css Color HEX #FF9F06 Orange Peel

📋 copy color: '#FF9F06'

red 255 ◦ green 159 ◦ blue 6

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

Shades of Orange Peel #FF9F06

Tints of Orange Peel #FF9F06

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

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

R = 60.71%
G = 37.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF9F06 (or 0xFF9F06) is known color: Orange Peel. HEX triplet: FF, 9F and 06. RGB value is (255,159,6). Sum of RGB (Red+Green+Blue) = 255+159+6=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F06 is #0060F9. Grayscale: #AAAAAA. Windows color (decimal): -24826 or 434175. OLE color: 434175.

HSL color Cylindrical-coordinate representation of color #FF9F06: hue angle of 36.87º 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 #FF9F06 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 159 6 -
CMYK 0 0.38 0.98 0
HSL 36.87º 1% 0.51% -
HSV(B) 36.87º 0.98% 1% -
XYZ 53.67 46.07 6.24 -
YUV 170.26 35.3 188.44 -
System Red Green Blue C M Y K H S L
Decimal 255 159 6 0 0.38 0.98 0 36.87 1 0.51
Hex FF 9F 6 0 26 62 0 25 64 33
Octal 377 237 6 0 46 142 0 45 144 63
Binary 11111111 10011111 110 0 100110 1100010 0 100101 1100100 110011

Color Harmonies of #FF9F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F06

Black with #FF9F06

Text Example


Text Example

White with #FF9F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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