Html Css Color HEX #FAEA17 Lemon

📋 copy color: '#FAEA17'

red 250 ◦ green 234 ◦ blue 23

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

Shades of Lemon #FAEA17

Tints of Lemon #FAEA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.54%

R = 49.31%
G = 46.15%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FAEA17 (or 0xFAEA17) is known color: Lemon. HEX triplet: FA, EA and 17. RGB value is (250,234,23). Sum of RGB (Red+Green+Blue) = 250+234+23=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 23 (9.38% from 255 or 4.54% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA17 is #0515E8. Grayscale: #D7D7D7. Windows color (decimal): -333289 or 1567482. OLE color: 1567482.

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

Color convert

RGB 250 234 23 -
CMYK 0 0.06 0.91 0.02
HSL 55.77º 0.96% 0.54% -
HSV(B) 55.77º 0.91% 0.98% -
XYZ 69 79.23 12.47 -
YUV 214.73 19.8 153.16 -
System Red Green Blue C M Y K H S L
Decimal 250 234 23 0 0.06 0.91 0.02 55.77 0.96 0.54
Hex FA EA 17 0 6 5B 2 38 60 36
Octal 372 352 27 0 6 133 2 70 140 66
Binary 11111010 11101010 10111 0 110 1011011 10 111000 1100000 110110

Color Harmonies of #FAEA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA17

Black with #FAEA17

Text Example


Text Example

White with #FAEA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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