Html Css Color HEX #FAE300 Golden Yellow

📋 copy color: '#FAE300'

red 250 ◦ green 227 ◦ blue 0

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

Shades of Golden Yellow #FAE300

Tints of Golden Yellow #FAE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

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

R = 52.41%
G = 47.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAE300 (or 0xFAE300) is known color: Golden Yellow. HEX triplet: FA, E3 and 00. RGB value is (250,227,0). Sum of RGB (Red+Green+Blue) = 250+227+0=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE300 is #051CFF. Grayscale: #D0D0D0. Windows color (decimal): -335104 or 58362. OLE color: 58362.

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

Color convert

RGB 250 227 0 -
CMYK 0 0.09 1 0.02
HSL 54.48º 1% 0.49% -
HSV(B) 54.48º 1% 0.98% -
XYZ 66.89 75.26 11 -
YUV 208 10.62 157.96 -
System Red Green Blue C M Y K H S L
Decimal 250 227 0 0 0.09 1 0.02 54.48 1 0.49
Hex FA E3 0 0 9 64 2 36 64 31
Octal 372 343 0 0 11 144 2 66 144 61
Binary 11111010 11100011 0 0 1001 1100100 10 110110 1100100 110001

Color Harmonies of #FAE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE300

Black with #FAE300

Text Example


Text Example

White with #FAE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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