Html Css Color HEX #FAE800 Golden Yellow

📋 copy color: '#FAE800'

red 250 ◦ green 232 ◦ blue 0

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

Shades of Golden Yellow #FAE800

Tints of Golden Yellow #FAE800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.13%

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

R = 51.87%
G = 48.13%
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

#FAE800 (or 0xFAE800) is known color: Golden Yellow. HEX triplet: FA, E8 and 00. RGB value is (250,232,0). Sum of RGB (Red+Green+Blue) = 250+232+0=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE800 is #0517FF. Grayscale: #D3D3D3. Windows color (decimal): -333824 or 59642. OLE color: 59642.

HSL color Cylindrical-coordinate representation of color #FAE800: hue angle of 55.68º 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 #FAE800 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 232 0 -
CMYK 0 0.07 1 0.02
HSL 55.68º 1% 0.49% -
HSV(B) 55.68º 1% 0.98% -
XYZ 68.28 78.04 11.46 -
YUV 210.93 8.96 155.86 -
System Red Green Blue C M Y K H S L
Decimal 250 232 0 0 0.07 1 0.02 55.68 1 0.49
Hex FA E8 0 0 7 64 2 38 64 31
Octal 372 350 0 0 7 144 2 70 144 61
Binary 11111010 11101000 0 0 111 1100100 10 111000 1100100 110001

Color Harmonies of #FAE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE800

Black with #FAE800

Text Example


Text Example

White with #FAE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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