Html Css Color HEX #FAE900 Golden Yellow

📋 copy color: '#FAE900'

red 250 ◦ green 233 ◦ blue 0

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

Shades of Golden Yellow #FAE900

Tints of Golden Yellow #FAE900

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.76%
G = 48.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAE900 (or 0xFAE900) is known color: Golden Yellow. HEX triplet: FA, E9 and 00. RGB value is (250,233,0). Sum of RGB (Red+Green+Blue) = 250+233+0=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 0 (0.39% from 255 or 0% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE900 is #0516FF. Grayscale: #D4D4D4. Windows color (decimal): -333568 or 59898. OLE color: 59898.

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

Color convert

RGB 250 233 0 -
CMYK 0 0.07 1 0.02
HSL 55.92º 1% 0.49% -
HSV(B) 55.92º 1% 0.98% -
XYZ 68.56 78.6 11.56 -
YUV 211.52 8.63 155.45 -
System Red Green Blue C M Y K H S L
Decimal 250 233 0 0 0.07 1 0.02 55.92 1 0.49
Hex FA E9 0 0 7 64 2 38 64 31
Octal 372 351 0 0 7 144 2 70 144 61
Binary 11111010 11101001 0 0 111 1100100 10 111000 1100100 110001

Color Harmonies of #FAE900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE900

Black with #FAE900

Text Example


Text Example

White with #FAE900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE900; }

 p { color: rgb(250,233,0); }

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

background-color css

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

 a { background-color: rgb(250,233,0); }

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

border-color css

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

 span { border-color: rgb(250,233,0); }

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