Html Css Color HEX #FAEA11 Lemon

📋 copy color: '#FAEA11'

red 250 ◦ green 234 ◦ blue 17

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

Shades of Lemon #FAEA11

Tints of Lemon #FAEA11

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

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

R = 49.9%
G = 46.71%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAEA11 (or 0xFAEA11) is known color: Lemon. HEX triplet: FA, EA and 11. RGB value is (250,234,17). Sum of RGB (Red+Green+Blue) = 250+234+17=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 17 (7.03% from 255 or 3.39% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA11 is #0515EE. Grayscale: #D6D6D6. Windows color (decimal): -333295 or 1174266. OLE color: 1174266.

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

Color convert

RGB 250 234 17 -
CMYK 0 0.06 0.93 0.02
HSL 55.88º 0.96% 0.52% -
HSV(B) 55.88º 0.93% 0.98% -
XYZ 68.95 79.21 12.19 -
YUV 214.05 16.8 153.64 -
System Red Green Blue C M Y K H S L
Decimal 250 234 17 0 0.06 0.93 0.02 55.88 0.96 0.52
Hex FA EA 11 0 6 5D 2 38 60 34
Octal 372 352 21 0 6 135 2 70 140 64
Binary 11111010 11101010 10001 0 110 1011101 10 111000 1100000 110100

Color Harmonies of #FAEA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA11

Black with #FAEA11

Text Example


Text Example

White with #FAEA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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