Html Css Color HEX #FAE007 Golden Yellow

📋 copy color: '#FAE007'

red 250 ◦ green 224 ◦ blue 7

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

Shades of Golden Yellow #FAE007

Tints of Golden Yellow #FAE007

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

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

R = 51.98%
G = 46.57%
B = 1.46%

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

#FAE007 (or 0xFAE007) is known color: Golden Yellow. HEX triplet: FA, E0 and 07. RGB value is (250,224,7). Sum of RGB (Red+Green+Blue) = 250+224+7=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE007 is #051FF8. Grayscale: #CFCFCF. Windows color (decimal): -335865 or 516346. OLE color: 516346.

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

Color convert

RGB 250 224 7 -
CMYK 0 0.10 0.97 0.02
HSL 53.58º 0.96% 0.5% -
HSV(B) 53.58º 0.97% 0.98% -
XYZ 66.12 73.65 10.93 -
YUV 207.04 15.11 158.64 -
System Red Green Blue C M Y K H S L
Decimal 250 224 7 0 0.10 0.97 0.02 53.58 0.96 0.5
Hex FA E0 7 0 A 61 2 36 60 32
Octal 372 340 7 0 12 141 2 66 140 62
Binary 11111010 11100000 111 0 1010 1100001 10 110110 1100000 110010

Color Harmonies of #FAE007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE007

Black with #FAE007

Text Example


Text Example

White with #FAE007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE007; }

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

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

background-color css

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

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

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

border-color css

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

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

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