Html Css Color HEX #FCAE05 Orange

📋 copy color: '#FCAE05'

red 252 ◦ green 174 ◦ blue 5

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

Shades of Orange #FCAE05

Tints of Orange #FCAE05

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 58.47%
G = 40.37%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCAE05 (or 0xFCAE05) is known color: Orange. HEX triplet: FC, AE and 05. RGB value is (252,174,5). Sum of RGB (Red+Green+Blue) = 252+174+5=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAE05 is #0351FA. Grayscale: #B2B2B2. Windows color (decimal): -217595 or 372476. OLE color: 372476.

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

Color convert

RGB 252 174 5 -
CMYK 0 0.31 0.98 0.01
HSL 41.05º 0.98% 0.5% -
HSV(B) 41.05º 0.98% 0.99% -
XYZ 55.31 50.98 7.07 -
YUV 178.06 30.34 180.74 -
System Red Green Blue C M Y K H S L
Decimal 252 174 5 0 0.31 0.98 0.01 41.05 0.98 0.5
Hex FC AE 5 0 1F 62 1 29 62 32
Octal 374 256 5 0 37 142 1 51 142 62
Binary 11111100 10101110 101 0 11111 1100010 1 101001 1100010 110010

Color Harmonies of #FCAE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE05

Black with #FCAE05

Text Example


Text Example

White with #FCAE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE05; }

 p { color: rgb(252,174,5); }

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

background-color css

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

 a { background-color: rgb(252,174,5); }

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

border-color css

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

 span { border-color: rgb(252,174,5); }

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