Html Css Color HEX #FAE705 Golden Yellow

📋 copy color: '#FAE705'

red 250 ◦ green 231 ◦ blue 5

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

Shades of Golden Yellow #FAE705

Tints of Golden Yellow #FAE705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.03%

R = 51.44%
G = 47.53%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAE705 (or 0xFAE705) is known color: Golden Yellow. HEX triplet: FA, E7 and 05. RGB value is (250,231,5). Sum of RGB (Red+Green+Blue) = 250+231+5=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 5 (2.34% from 255 or 1.03% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE705 is #0518FA. Grayscale: #D3D3D3. Windows color (decimal): -334075 or 387066. OLE color: 387066.

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

Color convert

RGB 250 231 5 -
CMYK 0 0.08 0.98 0.02
HSL 55.35º 0.96% 0.5% -
HSV(B) 55.35º 0.98% 0.98% -
XYZ 68.03 77.49 11.51 -
YUV 210.92 11.79 155.88 -
System Red Green Blue C M Y K H S L
Decimal 250 231 5 0 0.08 0.98 0.02 55.35 0.96 0.5
Hex FA E7 5 0 8 62 2 37 60 32
Octal 372 347 5 0 10 142 2 67 140 62
Binary 11111010 11100111 101 0 1000 1100010 10 110111 1100000 110010

Color Harmonies of #FAE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE705

Black with #FAE705

Text Example


Text Example

White with #FAE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE705; }

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

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

background-color css

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

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

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

border-color css

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

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

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