Html Css Color HEX #FC9802 Orange Peel

📋 copy color: '#FC9802'

red 252 ◦ green 152 ◦ blue 2

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

Shades of Orange Peel #FC9802

Tints of Orange Peel #FC9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 62.07%
G = 37.44%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC9802 (or 0xFC9802) is known color: Orange Peel. HEX triplet: FC, 98 and 02. RGB value is (252,152,2). Sum of RGB (Red+Green+Blue) = 252+152+2=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9802 is #0367FD. Grayscale: #A5A5A5. Windows color (decimal): -223230 or 170236. OLE color: 170236.

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

Color convert

RGB 252 152 2 -
CMYK 0 0.40 0.99 0.01
HSL 36º 0.98% 0.5% -
HSV(B) 36º 0.99% 0.99% -
XYZ 51.38 43.16 5.68 -
YUV 164.8 36.13 190.2 -
System Red Green Blue C M Y K H S L
Decimal 252 152 2 0 0.40 0.99 0.01 36 0.98 0.5
Hex FC 98 2 0 28 63 1 24 62 32
Octal 374 230 2 0 50 143 1 44 142 62
Binary 11111100 10011000 10 0 101000 1100011 1 100100 1100010 110010

Color Harmonies of #FC9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9802

Black with #FC9802

Text Example


Text Example

White with #FC9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9802; }

 p { color: rgb(252,152,2); }

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

background-color css

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

 a { background-color: rgb(252,152,2); }

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

border-color css

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

 span { border-color: rgb(252,152,2); }

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