Html Css Color HEX #FCAD02 Orange

📋 copy color: '#FCAD02'

red 252 ◦ green 173 ◦ blue 2

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

Shades of Orange #FCAD02

Tints of Orange #FCAD02

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 59.02%
G = 40.52%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCAD02 (or 0xFCAD02) is known color: Orange. HEX triplet: FC, AD and 02. RGB value is (252,173,2). Sum of RGB (Red+Green+Blue) = 252+173+2=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAD02 is #0352FD. Grayscale: #B1B1B1. Windows color (decimal): -217854 or 175612. OLE color: 175612.

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

Color convert

RGB 252 173 2 -
CMYK 0 0.31 0.99 0.01
HSL 41.04º 0.98% 0.5% -
HSV(B) 41.04º 0.99% 0.99% -
XYZ 55.1 50.59 6.92 -
YUV 177.13 29.17 181.4 -
System Red Green Blue C M Y K H S L
Decimal 252 173 2 0 0.31 0.99 0.01 41.04 0.98 0.5
Hex FC AD 2 0 1F 63 1 29 62 32
Octal 374 255 2 0 37 143 1 51 142 62
Binary 11111100 10101101 10 0 11111 1100011 1 101001 1100010 110010

Color Harmonies of #FCAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAD02

Black with #FCAD02

Text Example


Text Example

White with #FCAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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