Html Css Color HEX #FAEC00 Golden Yellow

📋 copy color: '#FAEC00'

red 250 ◦ green 236 ◦ blue 0

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

Shades of Golden Yellow #FAEC00

Tints of Golden Yellow #FAEC00

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.56%

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

R = 51.44%
G = 48.56%
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

#FAEC00 (or 0xFAEC00) is known color: Golden Yellow. HEX triplet: FA, EC and 00. RGB value is (250,236,0). Sum of RGB (Red+Green+Blue) = 250+236+0=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 0 (0.39% from 255 or 0% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC00 is #0513FF. Grayscale: #D6D6D6. Windows color (decimal): -332800 or 60666. OLE color: 60666.

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

Color convert

RGB 250 236 0 -
CMYK 0 0.06 1 0.02
HSL 56.64º 1% 0.49% -
HSV(B) 56.64º 1% 0.98% -
XYZ 69.42 80.31 11.84 -
YUV 213.28 7.64 154.19 -
System Red Green Blue C M Y K H S L
Decimal 250 236 0 0 0.06 1 0.02 56.64 1 0.49
Hex FA EC 0 0 6 64 2 39 64 31
Octal 372 354 0 0 6 144 2 71 144 61
Binary 11111010 11101100 0 0 110 1100100 10 111001 1100100 110001

Color Harmonies of #FAEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC00

Black with #FAEC00

Text Example


Text Example

White with #FAEC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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