Html Css Color HEX #FC9F0B Orange Peel

📋 copy color: '#FC9F0B'

red 252 ◦ green 159 ◦ blue 11

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

Shades of Orange Peel #FC9F0B

Tints of Orange Peel #FC9F0B

RGB

 RED value IS 252 (98.83% from 255) = 59.72%

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

 BLUE value IS 11 (4.69% from 255) = 2.61%

R = 59.72%
G = 37.68%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC9F0B (or 0xFC9F0B) is known color: Orange Peel. HEX triplet: FC, 9F and 0B. RGB value is (252,159,11). Sum of RGB (Red+Green+Blue) = 252+159+11=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9F0B is #0360F4. Grayscale: #AAAAAA. Windows color (decimal): -221429 or 761852. OLE color: 761852.

HSL color Cylindrical-coordinate representation of color #FC9F0B: hue angle of 36.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC9F0B is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 159 11 -
CMYK 0 0.37 0.96 0.01
HSL 36.85º 0.98% 0.52% -
HSV(B) 36.85º 0.96% 0.99% -
XYZ 52.6 45.52 6.33 -
YUV 169.94 38.31 186.53 -
System Red Green Blue C M Y K H S L
Decimal 252 159 11 0 0.37 0.96 0.01 36.85 0.98 0.52
Hex FC 9F B 0 25 60 1 25 62 34
Octal 374 237 13 0 45 140 1 45 142 64
Binary 11111100 10011111 1011 0 100101 1100000 1 100101 1100010 110100

Color Harmonies of #FC9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F0B

Black with #FC9F0B

Text Example


Text Example

White with #FC9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F0B; }

 p { color: rgb(252,159,11); }

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

background-color css

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

 a { background-color: rgb(252,159,11); }

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

border-color css

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

 span { border-color: rgb(252,159,11); }

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