Html Css Color HEX #FCA001 Orange Peel

📋 copy color: '#FCA001'

red 252 ◦ green 160 ◦ blue 1

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

Shades of Orange Peel #FCA001

Tints of Orange Peel #FCA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 61.02%
G = 38.74%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCA001 (or 0xFCA001) is known color: Orange Peel. HEX triplet: FC, A0 and 01. RGB value is (252,160,1). Sum of RGB (Red+Green+Blue) = 252+160+1=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA001 is #035FFE. Grayscale: #AAAAAA. Windows color (decimal): -221183 or 106748. OLE color: 106748.

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

Color convert

RGB 252 160 1 -
CMYK 0 0.37 1.00 0.01
HSL 38.01º 0.99% 0.5% -
HSV(B) 38.01º 1% 0.99% -
XYZ 52.72 45.84 6.1 -
YUV 169.38 32.98 186.93 -
System Red Green Blue C M Y K H S L
Decimal 252 160 1 0 0.37 1.00 0.01 38.01 0.99 0.5
Hex FC A0 1 0 25 64 1 26 63 32
Octal 374 240 1 0 45 144 1 46 143 62
Binary 11111100 10100000 1 0 100101 1100100 1 100110 1100011 110010

Color Harmonies of #FCA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA001

Black with #FCA001

Text Example


Text Example

White with #FCA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA001; }

 p { color: rgb(252,160,1); }

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

background-color css

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

 a { background-color: rgb(252,160,1); }

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

border-color css

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

 span { border-color: rgb(252,160,1); }

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