Html Css Color HEX #FAEF1D Lemon

📋 copy color: '#FAEF1D'

red 250 ◦ green 239 ◦ blue 29

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

Shades of Lemon #FAEF1D

Tints of Lemon #FAEF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.14%

 BLUE value IS 29 (11.72% from 255) = 5.6%

R = 48.26%
G = 46.14%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAEF1D (or 0xFAEF1D) is known color: Lemon. HEX triplet: FA, EF and 1D. RGB value is (250,239,29). Sum of RGB (Red+Green+Blue) = 250+239+29=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEF1D is #0510E2. Grayscale: #DBDBDB. Windows color (decimal): -332003 or 1961978. OLE color: 1961978.

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

Color convert

RGB 250 239 29 -
CMYK 0 0.04 0.88 0.02
HSL 57.01º 0.96% 0.55% -
HSV(B) 57.01º 0.88% 0.98% -
XYZ 70.51 82.15 13.3 -
YUV 218.35 21.14 150.58 -
System Red Green Blue C M Y K H S L
Decimal 250 239 29 0 0.04 0.88 0.02 57.01 0.96 0.55
Hex FA EF 1D 0 4 58 2 39 60 37
Octal 372 357 35 0 4 130 2 71 140 67
Binary 11111010 11101111 11101 0 100 1011000 10 111001 1100000 110111

Color Harmonies of #FAEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF1D

Black with #FAEF1D

Text Example


Text Example

White with #FAEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF1D; }

 p { color: rgb(250,239,29); }

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

background-color css

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

 a { background-color: rgb(250,239,29); }

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

border-color css

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

 span { border-color: rgb(250,239,29); }

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