Html Css Color HEX #FC9C05 Orange Peel

📋 copy color: '#FC9C05'

red 252 ◦ green 156 ◦ blue 5

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

Shades of Orange Peel #FC9C05

Tints of Orange Peel #FC9C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 61.02%
G = 37.77%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC9C05 (or 0xFC9C05) is known color: Orange Peel. HEX triplet: FC, 9C and 05. RGB value is (252,156,5). Sum of RGB (Red+Green+Blue) = 252+156+5=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C05 is #0363FA. Grayscale: #A8A8A8. Windows color (decimal): -222203 or 367868. OLE color: 367868.

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

Color convert

RGB 252 156 5 -
CMYK 0 0.38 0.98 0.01
HSL 36.68º 0.98% 0.5% -
HSV(B) 36.68º 0.98% 0.99% -
XYZ 52.06 44.48 5.99 -
YUV 167.49 36.3 188.28 -
System Red Green Blue C M Y K H S L
Decimal 252 156 5 0 0.38 0.98 0.01 36.68 0.98 0.5
Hex FC 9C 5 0 26 62 1 25 62 32
Octal 374 234 5 0 46 142 1 45 142 62
Binary 11111100 10011100 101 0 100110 1100010 1 100101 1100010 110010

Color Harmonies of #FC9C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C05

Black with #FC9C05

Text Example


Text Example

White with #FC9C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C05; }

 p { color: rgb(252,156,5); }

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

background-color css

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

 a { background-color: rgb(252,156,5); }

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

border-color css

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

 span { border-color: rgb(252,156,5); }

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