Html Css Color HEX #FAE511 Lemon

📋 copy color: '#FAE511'

red 250 ◦ green 229 ◦ blue 17

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

Shades of Lemon #FAE511

Tints of Lemon #FAE511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.43%

R = 50.4%
G = 46.17%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAE511 (or 0xFAE511) is known color: Lemon. HEX triplet: FA, E5 and 11. RGB value is (250,229,17). Sum of RGB (Red+Green+Blue) = 250+229+17=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 17 (7.03% from 255 or 3.43% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE511 is #051AEE. Grayscale: #D3D3D3. Windows color (decimal): -334575 or 1172986. OLE color: 1172986.

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

Color convert

RGB 250 229 17 -
CMYK 0 0.08 0.93 0.02
HSL 54.59º 0.96% 0.52% -
HSV(B) 54.59º 0.93% 0.98% -
XYZ 67.54 76.4 11.72 -
YUV 211.11 18.46 155.74 -
System Red Green Blue C M Y K H S L
Decimal 250 229 17 0 0.08 0.93 0.02 54.59 0.96 0.52
Hex FA E5 11 0 8 5D 2 37 60 34
Octal 372 345 21 0 10 135 2 67 140 64
Binary 11111010 11100101 10001 0 1000 1011101 10 110111 1100000 110100

Color Harmonies of #FAE511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE511

Black with #FAE511

Text Example


Text Example

White with #FAE511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE511; }

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

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

background-color css

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

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

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

border-color css

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

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

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