Html Css Color HEX #FAE311 Lemon

📋 copy color: '#FAE311'

red 250 ◦ green 227 ◦ blue 17

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

Shades of Lemon #FAE311

Tints of Lemon #FAE311

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

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

R = 50.61%
G = 45.95%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAE311 (or 0xFAE311) is known color: Lemon. HEX triplet: FA, E3 and 11. RGB value is (250,227,17). Sum of RGB (Red+Green+Blue) = 250+227+17=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE311 is #051CEE. Grayscale: #D2D2D2. Windows color (decimal): -335087 or 1172474. OLE color: 1172474.

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

Color convert

RGB 250 227 17 -
CMYK 0 0.09 0.93 0.02
HSL 54.08º 0.96% 0.52% -
HSV(B) 54.08º 0.93% 0.98% -
XYZ 66.99 75.3 11.53 -
YUV 209.94 19.12 156.58 -
System Red Green Blue C M Y K H S L
Decimal 250 227 17 0 0.09 0.93 0.02 54.08 0.96 0.52
Hex FA E3 11 0 9 5D 2 36 60 34
Octal 372 343 21 0 11 135 2 66 140 64
Binary 11111010 11100011 10001 0 1001 1011101 10 110110 1100000 110100

Color Harmonies of #FAE311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE311

Black with #FAE311

Text Example


Text Example

White with #FAE311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE311; }

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

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

background-color css

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

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

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

border-color css

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

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

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