Html Css Color HEX #FC9A04 Orange Peel

📋 copy color: '#FC9A04'

red 252 ◦ green 154 ◦ blue 4

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

Shades of Orange Peel #FC9A04

Tints of Orange Peel #FC9A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 61.46%
G = 37.56%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC9A04 (or 0xFC9A04) is known color: Orange Peel. HEX triplet: FC, 9A and 04. RGB value is (252,154,4). Sum of RGB (Red+Green+Blue) = 252+154+4=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A04 is #0365FB. Grayscale: #A6A6A6. Windows color (decimal): -222716 or 301820. OLE color: 301820.

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

Color convert

RGB 252 154 4 -
CMYK 0 0.39 0.98 0.01
HSL 36.29º 0.98% 0.5% -
HSV(B) 36.29º 0.98% 0.99% -
XYZ 51.72 43.82 5.85 -
YUV 166.2 36.47 189.2 -
System Red Green Blue C M Y K H S L
Decimal 252 154 4 0 0.39 0.98 0.01 36.29 0.98 0.5
Hex FC 9A 4 0 27 62 1 24 62 32
Octal 374 232 4 0 47 142 1 44 142 62
Binary 11111100 10011010 100 0 100111 1100010 1 100100 1100010 110010

Color Harmonies of #FC9A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A04

Black with #FC9A04

Text Example


Text Example

White with #FC9A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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