Html Css Color HEX #FAEA23 Lemon

📋 copy color: '#FAEA23'

red 250 ◦ green 234 ◦ blue 35

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

Shades of Lemon #FAEA23

Tints of Lemon #FAEA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.74%

R = 48.17%
G = 45.09%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAEA23 (or 0xFAEA23) is known color: Lemon. HEX triplet: FA, EA and 23. RGB value is (250,234,35). Sum of RGB (Red+Green+Blue) = 250+234+35=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 35 (14.06% from 255 or 6.74% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA23 is #0515DC. Grayscale: #D8D8D8. Windows color (decimal): -333277 or 2353914. OLE color: 2353914.

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

Color convert

RGB 250 234 35 -
CMYK 0 0.06 0.86 0.02
HSL 55.53º 0.96% 0.56% -
HSV(B) 55.53º 0.86% 0.98% -
XYZ 69.15 79.29 13.25 -
YUV 216.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 250 234 35 0 0.06 0.86 0.02 55.53 0.96 0.56
Hex FA EA 23 0 6 56 2 38 60 38
Octal 372 352 43 0 6 126 2 70 140 70
Binary 11111010 11101010 100011 0 110 1010110 10 111000 1100000 111000

Color Harmonies of #FAEA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA23

Black with #FAEA23

Text Example


Text Example

White with #FAEA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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