Html Css Color HEX #FAEE0E Lemon

📋 copy color: '#FAEE0E'

red 250 ◦ green 238 ◦ blue 14

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

Shades of Lemon #FAEE0E

Tints of Lemon #FAEE0E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.41%

 BLUE value IS 14 (5.86% from 255) = 2.79%

R = 49.8%
G = 47.41%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAEE0E (or 0xFAEE0E) is known color: Lemon. HEX triplet: FA, EE and 0E. RGB value is (250,238,14). Sum of RGB (Red+Green+Blue) = 250+238+14=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 14 (5.86% from 255 or 2.79% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEE0E is #0511F1. Grayscale: #D8D8D8. Windows color (decimal): -332274 or 978682. OLE color: 978682.

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

Color convert

RGB 250 238 14 -
CMYK 0 0.05 0.94 0.02
HSL 56.95º 0.96% 0.52% -
HSV(B) 56.95º 0.94% 0.98% -
XYZ 70.08 81.5 12.45 -
YUV 216.05 13.98 152.21 -
System Red Green Blue C M Y K H S L
Decimal 250 238 14 0 0.05 0.94 0.02 56.95 0.96 0.52
Hex FA EE E 0 5 5E 2 39 60 34
Octal 372 356 16 0 5 136 2 71 140 64
Binary 11111010 11101110 1110 0 101 1011110 10 111001 1100000 110100

Color Harmonies of #FAEE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEE0E

Black with #FAEE0E

Text Example


Text Example

White with #FAEE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEE0E; }

 p { color: rgb(250,238,14); }

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

background-color css

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

 a { background-color: rgb(250,238,14); }

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

border-color css

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

 span { border-color: rgb(250,238,14); }

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