Html Css Color HEX #FCA802 Orange

📋 copy color: '#FCA802'

red 252 ◦ green 168 ◦ blue 2

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

Shades of Orange #FCA802

Tints of Orange #FCA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.81%

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

R = 59.72%
G = 39.81%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCA802 (or 0xFCA802) is known color: Orange. HEX triplet: FC, A8 and 02. RGB value is (252,168,2). Sum of RGB (Red+Green+Blue) = 252+168+2=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA802 is #0357FD. Grayscale: #AEAEAE. Windows color (decimal): -219134 or 174332. OLE color: 174332.

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

Color convert

RGB 252 168 2 -
CMYK 0 0.33 0.99 0.01
HSL 39.84º 0.98% 0.5% -
HSV(B) 39.84º 0.99% 0.99% -
XYZ 54.16 48.71 6.6 -
YUV 174.19 30.83 183.5 -
System Red Green Blue C M Y K H S L
Decimal 252 168 2 0 0.33 0.99 0.01 39.84 0.98 0.5
Hex FC A8 2 0 21 63 1 28 62 32
Octal 374 250 2 0 41 143 1 50 142 62
Binary 11111100 10101000 10 0 100001 1100011 1 101000 1100010 110010

Color Harmonies of #FCA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA802

Black with #FCA802

Text Example


Text Example

White with #FCA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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