Html Css Color HEX #FC9603 Orange Peel

📋 copy color: '#FC9603'

red 252 ◦ green 150 ◦ blue 3

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

Shades of Orange Peel #FC9603

Tints of Orange Peel #FC9603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 62.22%
G = 37.04%
B = 0.74%

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

#FC9603 (or 0xFC9603) is known color: Orange Peel. HEX triplet: FC, 96 and 03. RGB value is (252,150,3). Sum of RGB (Red+Green+Blue) = 252+150+3=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9603 is #0369FC. Grayscale: #A4A4A4. Windows color (decimal): -223741 or 235260. OLE color: 235260.

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

Color convert

RGB 252 150 3 -
CMYK 0 0.40 0.99 0.01
HSL 35.42º 0.98% 0.5% -
HSV(B) 35.42º 0.99% 0.99% -
XYZ 51.07 42.51 5.6 -
YUV 163.74 37.29 190.95 -
System Red Green Blue C M Y K H S L
Decimal 252 150 3 0 0.40 0.99 0.01 35.42 0.98 0.5
Hex FC 96 3 0 28 63 1 23 62 32
Octal 374 226 3 0 50 143 1 43 142 62
Binary 11111100 10010110 11 0 101000 1100011 1 100011 1100010 110010

Color Harmonies of #FC9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9603

Black with #FC9603

Text Example


Text Example

White with #FC9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9603; }

 p { color: rgb(252,150,3); }

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

background-color css

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

 a { background-color: rgb(252,150,3); }

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

border-color css

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

 span { border-color: rgb(252,150,3); }

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