Html Css Color HEX #FC9C02 Orange Peel

📋 copy color: '#FC9C02'

red 252 ◦ green 156 ◦ blue 2

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

Shades of Orange Peel #FC9C02

Tints of Orange Peel #FC9C02

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

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

R = 61.46%
G = 38.05%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC9C02 (or 0xFC9C02) is known color: Orange Peel. HEX triplet: FC, 9C and 02. RGB value is (252,156,2). Sum of RGB (Red+Green+Blue) = 252+156+2=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C02 is #0363FD. Grayscale: #A7A7A7. Windows color (decimal): -222206 or 171260. OLE color: 171260.

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

Color convert

RGB 252 156 2 -
CMYK 0 0.38 0.99 0.01
HSL 36.96º 0.98% 0.5% -
HSV(B) 36.96º 0.99% 0.99% -
XYZ 52.04 44.48 5.9 -
YUV 167.15 34.8 188.52 -
System Red Green Blue C M Y K H S L
Decimal 252 156 2 0 0.38 0.99 0.01 36.96 0.98 0.5
Hex FC 9C 2 0 26 63 1 25 62 32
Octal 374 234 2 0 46 143 1 45 142 62
Binary 11111100 10011100 10 0 100110 1100011 1 100101 1100010 110010

Color Harmonies of #FC9C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C02

Black with #FC9C02

Text Example


Text Example

White with #FC9C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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