Html Css Color HEX #FAEA00 Golden Yellow

📋 copy color: '#FAEA00'

red 250 ◦ green 234 ◦ blue 0

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

Shades of Golden Yellow #FAEA00

Tints of Golden Yellow #FAEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

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

R = 51.65%
G = 48.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAEA00 (or 0xFAEA00) is known color: Golden Yellow. HEX triplet: FA, EA and 00. RGB value is (250,234,0). Sum of RGB (Red+Green+Blue) = 250+234+0=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA00 is #0515FF. Grayscale: #D5D5D5. Windows color (decimal): -333312 or 60154. OLE color: 60154.

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

Color convert

RGB 250 234 0 -
CMYK 0 0.06 1 0.02
HSL 56.16º 1% 0.49% -
HSV(B) 56.16º 1% 0.98% -
XYZ 68.85 79.17 11.65 -
YUV 212.11 8.3 155.03 -
System Red Green Blue C M Y K H S L
Decimal 250 234 0 0 0.06 1 0.02 56.16 1 0.49
Hex FA EA 0 0 6 64 2 38 64 31
Octal 372 352 0 0 6 144 2 70 144 61
Binary 11111010 11101010 0 0 110 1100100 10 111000 1100100 110001

Color Harmonies of #FAEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA00

Black with #FAEA00

Text Example


Text Example

White with #FAEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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