Html Css Color HEX #FCA302 Orange

📋 copy color: '#FCA302'

red 252 ◦ green 163 ◦ blue 2

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

Shades of Orange #FCA302

Tints of Orange #FCA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

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

R = 60.43%
G = 39.09%
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

#FCA302 (or 0xFCA302) is known color: Orange. HEX triplet: FC, A3 and 02. RGB value is (252,163,2). Sum of RGB (Red+Green+Blue) = 252+163+2=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA302 is #035CFD. Grayscale: #ABABAB. Windows color (decimal): -220414 or 173052. OLE color: 173052.

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

Color convert

RGB 252 163 2 -
CMYK 0 0.35 0.99 0.01
HSL 38.64º 0.98% 0.5% -
HSV(B) 38.64º 0.99% 0.99% -
XYZ 53.25 46.89 6.3 -
YUV 171.26 32.49 185.59 -
System Red Green Blue C M Y K H S L
Decimal 252 163 2 0 0.35 0.99 0.01 38.64 0.98 0.5
Hex FC A3 2 0 23 63 1 27 62 32
Octal 374 243 2 0 43 143 1 47 142 62
Binary 11111100 10100011 10 0 100011 1100011 1 100111 1100010 110010

Color Harmonies of #FCA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA302

Black with #FCA302

Text Example


Text Example

White with #FCA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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