Html Css Color HEX #FAEA06 Lemon

📋 copy color: '#FAEA06'

red 250 ◦ green 234 ◦ blue 6

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

Shades of Lemon #FAEA06

Tints of Lemon #FAEA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.22%

R = 51.02%
G = 47.76%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAEA06 (or 0xFAEA06) is known color: Lemon. HEX triplet: FA, EA and 06. RGB value is (250,234,6). Sum of RGB (Red+Green+Blue) = 250+234+6=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 6 (2.73% from 255 or 1.22% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA06 is #0515F9. Grayscale: #D5D5D5. Windows color (decimal): -333306 or 453370. OLE color: 453370.

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

Color convert

RGB 250 234 6 -
CMYK 0 0.06 0.98 0.02
HSL 56.07º 0.96% 0.5% -
HSV(B) 56.07º 0.98% 0.98% -
XYZ 68.88 79.18 11.83 -
YUV 212.79 11.3 154.54 -
System Red Green Blue C M Y K H S L
Decimal 250 234 6 0 0.06 0.98 0.02 56.07 0.96 0.5
Hex FA EA 6 0 6 62 2 38 60 32
Octal 372 352 6 0 6 142 2 70 140 62
Binary 11111010 11101010 110 0 110 1100010 10 111000 1100000 110010

Color Harmonies of #FAEA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA06

Black with #FAEA06

Text Example


Text Example

White with #FAEA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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