Html Css Color HEX #FAE001 Golden Yellow

📋 copy color: '#FAE001'

red 250 ◦ green 224 ◦ blue 1

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

Shades of Golden Yellow #FAE001

Tints of Golden Yellow #FAE001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 52.63%
G = 47.16%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAE001 (or 0xFAE001) is known color: Golden Yellow. HEX triplet: FA, E0 and 01. RGB value is (250,224,1). Sum of RGB (Red+Green+Blue) = 250+224+1=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 1 (0.78% from 255 or 0.21% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE001 is #051FFE. Grayscale: #CFCFCF. Windows color (decimal): -335871 or 123130. OLE color: 123130.

HSL color Cylindrical-coordinate representation of color #FAE001: hue angle of 53.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAE001 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 224 1 -
CMYK 0 0.10 1.00 0.02
HSL 53.73º 0.99% 0.49% -
HSV(B) 53.73º 1% 0.98% -
XYZ 66.09 73.64 10.76 -
YUV 206.35 12.11 159.13 -
System Red Green Blue C M Y K H S L
Decimal 250 224 1 0 0.10 1.00 0.02 53.73 0.99 0.49
Hex FA E0 1 0 A 64 2 36 63 31
Octal 372 340 1 0 12 144 2 66 143 61
Binary 11111010 11100000 1 0 1010 1100100 10 110110 1100011 110001

Color Harmonies of #FAE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE001

Black with #FAE001

Text Example


Text Example

White with #FAE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE001; }

 p { color: rgb(250,224,1); }

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

background-color css

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

 a { background-color: rgb(250,224,1); }

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

border-color css

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

 span { border-color: rgb(250,224,1); }

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