Html Css Color HEX #FC9A00 Orange Peel

📋 copy color: '#FC9A00'

red 252 ◦ green 154 ◦ blue 0

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

Shades of Orange Peel #FC9A00

Tints of Orange Peel #FC9A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.07%
G = 37.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC9A00 (or 0xFC9A00) is known color: Orange Peel. HEX triplet: FC, 9A and 00. RGB value is (252,154,0). Sum of RGB (Red+Green+Blue) = 252+154+0=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A00 is #0365FF. Grayscale: #A6A6A6. Windows color (decimal): -222720 or 39676. OLE color: 39676.

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

Color convert

RGB 252 154 0 -
CMYK 0 0.39 1 0.01
HSL 36.67º 1% 0.49% -
HSV(B) 36.67º 1% 0.99% -
XYZ 51.7 43.81 5.73 -
YUV 165.75 34.47 189.52 -
System Red Green Blue C M Y K H S L
Decimal 252 154 0 0 0.39 1 0.01 36.67 1 0.49
Hex FC 9A 0 0 27 64 1 25 64 31
Octal 374 232 0 0 47 144 1 45 144 61
Binary 11111100 10011010 0 0 100111 1100100 1 100101 1100100 110001

Color Harmonies of #FC9A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A00

Black with #FC9A00

Text Example


Text Example

White with #FC9A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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