Html Css Color HEX #FAE010 Lemon

📋 copy color: '#FAE010'

red 250 ◦ green 224 ◦ blue 16

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

Shades of Lemon #FAE010

Tints of Lemon #FAE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 16 (6.64% from 255) = 3.27%

R = 51.02%
G = 45.71%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAE010 (or 0xFAE010) is known color: Lemon. HEX triplet: FA, E0 and 10. RGB value is (250,224,16). Sum of RGB (Red+Green+Blue) = 250+224+16=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 16 (6.64% from 255 or 3.27% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE010 is #051FEF. Grayscale: #D0D0D0. Windows color (decimal): -335856 or 1106170. OLE color: 1106170.

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

Color convert

RGB 250 224 16 -
CMYK 0 0.10 0.94 0.02
HSL 53.33º 0.96% 0.52% -
HSV(B) 53.33º 0.94% 0.98% -
XYZ 66.17 73.67 11.22 -
YUV 208.06 19.61 157.91 -
System Red Green Blue C M Y K H S L
Decimal 250 224 16 0 0.10 0.94 0.02 53.33 0.96 0.52
Hex FA E0 10 0 A 5E 2 35 60 34
Octal 372 340 20 0 12 136 2 65 140 64
Binary 11111010 11100000 10000 0 1010 1011110 10 110101 1100000 110100

Color Harmonies of #FAE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE010

Black with #FAE010

Text Example


Text Example

White with #FAE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE010; }

 p { color: rgb(250,224,16); }

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

background-color css

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

 a { background-color: rgb(250,224,16); }

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

border-color css

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

 span { border-color: rgb(250,224,16); }

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