Html Css Color HEX #FAE701 Golden Yellow

📋 copy color: '#FAE701'

red 250 ◦ green 231 ◦ blue 1

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

Shades of Golden Yellow #FAE701

Tints of Golden Yellow #FAE701

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

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

R = 51.87%
G = 47.93%
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

#FAE701 (or 0xFAE701) is known color: Golden Yellow. HEX triplet: FA, E7 and 01. RGB value is (250,231,1). Sum of RGB (Red+Green+Blue) = 250+231+1=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE701 is #0518FE. Grayscale: #D3D3D3. Windows color (decimal): -334079 or 124922. OLE color: 124922.

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

Color convert

RGB 250 231 1 -
CMYK 0 0.08 1.00 0.02
HSL 55.42º 0.99% 0.49% -
HSV(B) 55.42º 1% 0.98% -
XYZ 68.01 77.48 11.4 -
YUV 210.46 9.79 156.2 -
System Red Green Blue C M Y K H S L
Decimal 250 231 1 0 0.08 1.00 0.02 55.42 0.99 0.49
Hex FA E7 1 0 8 64 2 37 63 31
Octal 372 347 1 0 10 144 2 67 143 61
Binary 11111010 11100111 1 0 1000 1100100 10 110111 1100011 110001

Color Harmonies of #FAE701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE701

Black with #FAE701

Text Example


Text Example

White with #FAE701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE701; }

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

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

background-color css

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

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

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

border-color css

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

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

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