Html Css Color HEX #FAE201 Golden Yellow

📋 copy color: '#FAE201'

red 250 ◦ green 226 ◦ blue 1

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

Shades of Golden Yellow #FAE201

Tints of Golden Yellow #FAE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.38%

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

R = 52.41%
G = 47.38%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FAE201 (or 0xFAE201) is known color: Golden Yellow. HEX triplet: FA, E2 and 01. RGB value is (250,226,1). Sum of RGB (Red+Green+Blue) = 250+226+1=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE201 is #051DFE. Grayscale: #D0D0D0. Windows color (decimal): -335359 or 123642. OLE color: 123642.

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

Color convert

RGB 250 226 1 -
CMYK 0 0.10 1.00 0.02
HSL 54.22º 0.99% 0.49% -
HSV(B) 54.22º 1% 0.98% -
XYZ 66.63 74.72 10.94 -
YUV 207.53 11.45 158.3 -
System Red Green Blue C M Y K H S L
Decimal 250 226 1 0 0.10 1.00 0.02 54.22 0.99 0.49
Hex FA E2 1 0 A 64 2 36 63 31
Octal 372 342 1 0 12 144 2 66 143 61
Binary 11111010 11100010 1 0 1010 1100100 10 110110 1100011 110001

Color Harmonies of #FAE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE201

Black with #FAE201

Text Example


Text Example

White with #FAE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE201; }

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

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

background-color css

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

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

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

border-color css

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

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

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