Html Css Color HEX #FAE404 Golden Yellow

📋 copy color: '#FAE404'

red 250 ◦ green 228 ◦ blue 4

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

Shades of Golden Yellow #FAE404

Tints of Golden Yellow #FAE404

RGB

 RED value IS 250 (98.05% from 255) = 51.87%

 GREEN value IS 228 (89.45% from 255) = 47.3%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 51.87%
G = 47.3%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAE404 (or 0xFAE404) is known color: Golden Yellow. HEX triplet: FA, E4 and 04. RGB value is (250,228,4). Sum of RGB (Red+Green+Blue) = 250+228+4=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE404 is #051BFB. Grayscale: #D1D1D1. Windows color (decimal): -334844 or 320762. OLE color: 320762.

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

Color convert

RGB 250 228 4 -
CMYK 0 0.09 0.98 0.02
HSL 54.63º 0.97% 0.5% -
HSV(B) 54.63º 0.98% 0.98% -
XYZ 67.19 75.82 11.21 -
YUV 209.04 12.29 157.21 -
System Red Green Blue C M Y K H S L
Decimal 250 228 4 0 0.09 0.98 0.02 54.63 0.97 0.5
Hex FA E4 4 0 9 62 2 37 61 32
Octal 372 344 4 0 11 142 2 67 141 62
Binary 11111010 11100100 100 0 1001 1100010 10 110111 1100001 110010

Color Harmonies of #FAE404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE404

Black with #FAE404

Text Example


Text Example

White with #FAE404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE404; }

 p { color: rgb(250,228,4); }

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

background-color css

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

 a { background-color: rgb(250,228,4); }

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

border-color css

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

 span { border-color: rgb(250,228,4); }

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