Html Css Color HEX #FAEA09 Lemon

📋 copy color: '#FAEA09'

red 250 ◦ green 234 ◦ blue 9

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

Shades of Lemon #FAEA09

Tints of Lemon #FAEA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.83%

R = 50.71%
G = 47.46%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAEA09 (or 0xFAEA09) is known color: Lemon. HEX triplet: FA, EA and 09. RGB value is (250,234,9). Sum of RGB (Red+Green+Blue) = 250+234+9=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 9 (3.91% from 255 or 1.83% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA09 is #0515F6. Grayscale: #D6D6D6. Windows color (decimal): -333303 or 649978. OLE color: 649978.

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

Color convert

RGB 250 234 9 -
CMYK 0 0.06 0.96 0.02
HSL 56.02º 0.96% 0.51% -
HSV(B) 56.02º 0.96% 0.98% -
XYZ 68.9 79.19 11.91 -
YUV 213.13 12.8 154.3 -
System Red Green Blue C M Y K H S L
Decimal 250 234 9 0 0.06 0.96 0.02 56.02 0.96 0.51
Hex FA EA 9 0 6 60 2 38 60 33
Octal 372 352 11 0 6 140 2 70 140 63
Binary 11111010 11101010 1001 0 110 1100000 10 111000 1100000 110011

Color Harmonies of #FAEA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA09

Black with #FAEA09

Text Example


Text Example

White with #FAEA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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