Html Css Color HEX #FAE510 Lemon

📋 copy color: '#FAE510'

red 250 ◦ green 229 ◦ blue 16

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

Shades of Lemon #FAE510

Tints of Lemon #FAE510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.26%

 BLUE value IS 16 (6.64% from 255) = 3.23%

R = 50.51%
G = 46.26%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAE510 (or 0xFAE510) is known color: Lemon. HEX triplet: FA, E5 and 10. RGB value is (250,229,16). Sum of RGB (Red+Green+Blue) = 250+229+16=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE510 is #051AEF. Grayscale: #D3D3D3. Windows color (decimal): -334576 or 1107450. OLE color: 1107450.

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

Color convert

RGB 250 229 16 -
CMYK 0 0.08 0.94 0.02
HSL 54.62º 0.96% 0.52% -
HSV(B) 54.62º 0.94% 0.98% -
XYZ 67.54 76.4 11.68 -
YUV 211 17.96 155.82 -
System Red Green Blue C M Y K H S L
Decimal 250 229 16 0 0.08 0.94 0.02 54.62 0.96 0.52
Hex FA E5 10 0 8 5E 2 37 60 34
Octal 372 345 20 0 10 136 2 67 140 64
Binary 11111010 11100101 10000 0 1000 1011110 10 110111 1100000 110100

Color Harmonies of #FAE510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE510

Black with #FAE510

Text Example


Text Example

White with #FAE510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE510; }

 p { color: rgb(250,229,16); }

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

background-color css

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

 a { background-color: rgb(250,229,16); }

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

border-color css

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

 span { border-color: rgb(250,229,16); }

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