Html Css Color HEX #FAE107 Golden Yellow

📋 copy color: '#FAE107'

red 250 ◦ green 225 ◦ blue 7

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

Shades of Golden Yellow #FAE107

Tints of Golden Yellow #FAE107

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 7 (3.13% from 255) = 1.45%

R = 51.87%
G = 46.68%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAE107 (or 0xFAE107) is known color: Golden Yellow. HEX triplet: FA, E1 and 07. RGB value is (250,225,7). Sum of RGB (Red+Green+Blue) = 250+225+7=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 7 (3.12% from 255 or 1.45% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE107 is #051EF8. Grayscale: #D0D0D0. Windows color (decimal): -335609 or 516602. OLE color: 516602.

HSL color Cylindrical-coordinate representation of color #FAE107: hue angle of 53.83º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAE107 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 225 7 -
CMYK 0 0.10 0.97 0.02
HSL 53.83º 0.96% 0.5% -
HSV(B) 53.83º 0.97% 0.98% -
XYZ 66.39 74.19 11.02 -
YUV 207.62 14.78 158.23 -
System Red Green Blue C M Y K H S L
Decimal 250 225 7 0 0.10 0.97 0.02 53.83 0.96 0.5
Hex FA E1 7 0 A 61 2 36 60 32
Octal 372 341 7 0 12 141 2 66 140 62
Binary 11111010 11100001 111 0 1010 1100001 10 110110 1100000 110010

Color Harmonies of #FAE107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE107

Black with #FAE107

Text Example


Text Example

White with #FAE107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE107; }

 p { color: rgb(250,225,7); }

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

background-color css

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

 a { background-color: rgb(250,225,7); }

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

border-color css

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

 span { border-color: rgb(250,225,7); }

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