Html Css Color HEX #FAEF1E Lemon

📋 copy color: '#FAEF1E'

red 250 ◦ green 239 ◦ blue 30

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

Shades of Lemon #FAEF1E

Tints of Lemon #FAEF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.78%

R = 48.17%
G = 46.05%
B = 5.78%

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

#FAEF1E (or 0xFAEF1E) is known color: Lemon. HEX triplet: FA, EF and 1E. RGB value is (250,239,30). Sum of RGB (Red+Green+Blue) = 250+239+30=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 30 (12.11% from 255 or 5.78% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEF1E is #0510E1. Grayscale: #DBDBDB. Windows color (decimal): -332002 or 2027514. OLE color: 2027514.

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

Color convert

RGB 250 239 30 -
CMYK 0 0.04 0.88 0.02
HSL 57º 0.96% 0.55% -
HSV(B) 57º 0.88% 0.98% -
XYZ 70.53 82.15 13.37 -
YUV 218.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 250 239 30 0 0.04 0.88 0.02 57 0.96 0.55
Hex FA EF 1E 0 4 58 2 39 60 37
Octal 372 357 36 0 4 130 2 71 140 67
Binary 11111010 11101111 11110 0 100 1011000 10 111001 1100000 110111

Color Harmonies of #FAEF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF1E

Black with #FAEF1E

Text Example


Text Example

White with #FAEF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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