Html Css Color HEX #FAE81E Lemon

📋 copy color: '#FAE81E'

red 250 ◦ green 232 ◦ blue 30

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

Shades of Lemon #FAE81E

Tints of Lemon #FAE81E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

 BLUE value IS 30 (12.11% from 255) = 5.86%

R = 48.83%
G = 45.31%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAE81E (or 0xFAE81E) is known color: Lemon. HEX triplet: FA, E8 and 1E. RGB value is (250,232,30). Sum of RGB (Red+Green+Blue) = 250+232+30=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE81E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE81E is #0517E1. Grayscale: #D7D7D7. Windows color (decimal): -333794 or 2025722. OLE color: 2025722.

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

Color convert

RGB 250 232 30 -
CMYK 0 0.07 0.88 0.02
HSL 55.09º 0.96% 0.55% -
HSV(B) 55.09º 0.88% 0.98% -
XYZ 68.52 78.13 12.7 -
YUV 214.35 23.96 153.43 -
System Red Green Blue C M Y K H S L
Decimal 250 232 30 0 0.07 0.88 0.02 55.09 0.96 0.55
Hex FA E8 1E 0 7 58 2 37 60 37
Octal 372 350 36 0 7 130 2 67 140 67
Binary 11111010 11101000 11110 0 111 1011000 10 110111 1100000 110111

Color Harmonies of #FAE81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE81E

Black with #FAE81E

Text Example


Text Example

White with #FAE81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE81E; }

 p { color: rgb(250,232,30); }

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

background-color css

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

 a { background-color: rgb(250,232,30); }

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

border-color css

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

 span { border-color: rgb(250,232,30); }

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