Html Css Color HEX #FCA102 Orange Peel

📋 copy color: '#FCA102'

red 252 ◦ green 161 ◦ blue 2

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

Shades of Orange Peel #FCA102

Tints of Orange Peel #FCA102

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

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

R = 60.72%
G = 38.8%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCA102 (or 0xFCA102) is known color: Orange Peel. HEX triplet: FC, A1 and 02. RGB value is (252,161,2). Sum of RGB (Red+Green+Blue) = 252+161+2=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA102 is #035EFD. Grayscale: #AAAAAA. Windows color (decimal): -220926 or 172540. OLE color: 172540.

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

Color convert

RGB 252 161 2 -
CMYK 0 0.36 0.99 0.01
HSL 38.16º 0.98% 0.5% -
HSV(B) 38.16º 0.99% 0.99% -
XYZ 52.9 46.19 6.18 -
YUV 170.08 33.15 186.43 -
System Red Green Blue C M Y K H S L
Decimal 252 161 2 0 0.36 0.99 0.01 38.16 0.98 0.5
Hex FC A1 2 0 24 63 1 26 62 32
Octal 374 241 2 0 44 143 1 46 142 62
Binary 11111100 10100001 10 0 100100 1100011 1 100110 1100010 110010

Color Harmonies of #FCA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA102

Black with #FCA102

Text Example


Text Example

White with #FCA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA102; }

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

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

background-color css

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

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

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

border-color css

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

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

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