Html Css Color HEX #FAE501 Golden Yellow

📋 copy color: '#FAE501'

red 250 ◦ green 229 ◦ blue 1

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

Shades of Golden Yellow #FAE501

Tints of Golden Yellow #FAE501

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.71%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 52.08%
G = 47.71%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAE501 (or 0xFAE501) is known color: Golden Yellow. HEX triplet: FA, E5 and 01. RGB value is (250,229,1). Sum of RGB (Red+Green+Blue) = 250+229+1=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 1 (0.78% from 255 or 0.21% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE501 is #051AFE. Grayscale: #D2D2D2. Windows color (decimal): -334591 or 124410. OLE color: 124410.

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

Color convert

RGB 250 229 1 -
CMYK 0 0.08 1.00 0.02
HSL 54.94º 0.99% 0.49% -
HSV(B) 54.94º 1% 0.98% -
XYZ 67.45 76.36 11.21 -
YUV 209.29 10.46 157.04 -
System Red Green Blue C M Y K H S L
Decimal 250 229 1 0 0.08 1.00 0.02 54.94 0.99 0.49
Hex FA E5 1 0 8 64 2 37 63 31
Octal 372 345 1 0 10 144 2 67 143 61
Binary 11111010 11100101 1 0 1000 1100100 10 110111 1100011 110001

Color Harmonies of #FAE501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE501

Black with #FAE501

Text Example


Text Example

White with #FAE501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE501; }

 p { color: rgb(250,229,1); }

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

background-color css

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

 a { background-color: rgb(250,229,1); }

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

border-color css

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

 span { border-color: rgb(250,229,1); }

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