Html Css Color HEX #FC9A0B Orange Peel

📋 copy color: '#FC9A0B'

red 252 ◦ green 154 ◦ blue 11

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

Shades of Orange Peel #FC9A0B

Tints of Orange Peel #FC9A0B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

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

R = 60.43%
G = 36.93%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC9A0B (or 0xFC9A0B) is known color: Orange Peel. HEX triplet: FC, 9A and 0B. RGB value is (252,154,11). Sum of RGB (Red+Green+Blue) = 252+154+11=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A0B is #0365F4. Grayscale: #A7A7A7. Windows color (decimal): -222709 or 760572. OLE color: 760572.

HSL color Cylindrical-coordinate representation of color #FC9A0B: hue angle of 35.6º 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 #FC9A0B is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 154 11 -
CMYK 0 0.39 0.96 0.01
HSL 35.6º 0.98% 0.52% -
HSV(B) 35.6º 0.96% 0.99% -
XYZ 51.76 43.83 6.05 -
YUV 167 39.97 188.63 -
System Red Green Blue C M Y K H S L
Decimal 252 154 11 0 0.39 0.96 0.01 35.6 0.98 0.52
Hex FC 9A B 0 27 60 1 24 62 34
Octal 374 232 13 0 47 140 1 44 142 64
Binary 11111100 10011010 1011 0 100111 1100000 1 100100 1100010 110100

Color Harmonies of #FC9A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A0B

Black with #FC9A0B

Text Example


Text Example

White with #FC9A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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