Html Css Color HEX #FAEA10 Lemon

📋 copy color: '#FAEA10'

red 250 ◦ green 234 ◦ blue 16

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

Shades of Lemon #FAEA10

Tints of Lemon #FAEA10

RGB

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

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

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

R = 50%
G = 46.8%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAEA10 (or 0xFAEA10) is known color: Lemon. HEX triplet: FA, EA and 10. RGB value is (250,234,16). Sum of RGB (Red+Green+Blue) = 250+234+16=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA10 is #0515EF. Grayscale: #D6D6D6. Windows color (decimal): -333296 or 1108730. OLE color: 1108730.

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

Color convert

RGB 250 234 16 -
CMYK 0 0.06 0.94 0.02
HSL 55.9º 0.96% 0.52% -
HSV(B) 55.9º 0.94% 0.98% -
XYZ 68.94 79.21 12.15 -
YUV 213.93 16.3 153.73 -
System Red Green Blue C M Y K H S L
Decimal 250 234 16 0 0.06 0.94 0.02 55.9 0.96 0.52
Hex FA EA 10 0 6 5E 2 38 60 34
Octal 372 352 20 0 6 136 2 70 140 64
Binary 11111010 11101010 10000 0 110 1011110 10 111000 1100000 110100

Color Harmonies of #FAEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA10

Black with #FAEA10

Text Example


Text Example

White with #FAEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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