Html Css Color HEX #FC9F00 Orange Peel

📋 copy color: '#FC9F00'

red 252 ◦ green 159 ◦ blue 0

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

Shades of Orange Peel #FC9F00

Tints of Orange Peel #FC9F00

RGB

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

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

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

R = 61.31%
G = 38.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC9F00 (or 0xFC9F00) is known color: Orange Peel. HEX triplet: FC, 9F and 00. RGB value is (252,159,0). Sum of RGB (Red+Green+Blue) = 252+159+0=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9F00 is #0360FF. Grayscale: #A9A9A9. Windows color (decimal): -221440 or 40956. OLE color: 40956.

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

Color convert

RGB 252 159 0 -
CMYK 0 0.37 1 0.01
HSL 37.86º 1% 0.49% -
HSV(B) 37.86º 1% 0.99% -
XYZ 52.54 45.49 6.01 -
YUV 168.68 32.81 187.43 -
System Red Green Blue C M Y K H S L
Decimal 252 159 0 0 0.37 1 0.01 37.86 1 0.49
Hex FC 9F 0 0 25 64 1 26 64 31
Octal 374 237 0 0 45 144 1 46 144 61
Binary 11111100 10011111 0 0 100101 1100100 1 100110 1100100 110001

Color Harmonies of #FC9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F00

Black with #FC9F00

Text Example


Text Example

White with #FC9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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