Html Css Color HEX #FCA502 Orange

📋 copy color: '#FCA502'

red 252 ◦ green 165 ◦ blue 2

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

Shades of Orange #FCA502

Tints of Orange #FCA502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

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

R = 60.14%
G = 39.38%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCA502 (or 0xFCA502) is known color: Orange. HEX triplet: FC, A5 and 02. RGB value is (252,165,2). Sum of RGB (Red+Green+Blue) = 252+165+2=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA502 is #035AFD. Grayscale: #ADADAD. Windows color (decimal): -219902 or 173564. OLE color: 173564.

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

Color convert

RGB 252 165 2 -
CMYK 0 0.35 0.99 0.01
HSL 39.12º 0.98% 0.5% -
HSV(B) 39.12º 0.99% 0.99% -
XYZ 53.61 47.61 6.42 -
YUV 172.43 31.82 184.75 -
System Red Green Blue C M Y K H S L
Decimal 252 165 2 0 0.35 0.99 0.01 39.12 0.98 0.5
Hex FC A5 2 0 23 63 1 27 62 32
Octal 374 245 2 0 43 143 1 47 142 62
Binary 11111100 10100101 10 0 100011 1100011 1 100111 1100010 110010

Color Harmonies of #FCA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA502

Black with #FCA502

Text Example


Text Example

White with #FCA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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