Html Css Color HEX #FAE41A Lemon

📋 copy color: '#FAE41A'

red 250 ◦ green 228 ◦ blue 26

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

Shades of Lemon #FAE41A

Tints of Lemon #FAE41A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.24%

 BLUE value IS 26 (10.55% from 255) = 5.16%

R = 49.6%
G = 45.24%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAE41A (or 0xFAE41A) is known color: Lemon. HEX triplet: FA, E4 and 1A. RGB value is (250,228,26). Sum of RGB (Red+Green+Blue) = 250+228+26=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 26 (10.55% from 255 or 5.16% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE41A is #051BE5. Grayscale: #D4D4D4. Windows color (decimal): -334822 or 1762554. OLE color: 1762554.

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

Color convert

RGB 250 228 26 -
CMYK 0 0.09 0.90 0.02
HSL 54.11º 0.96% 0.54% -
HSV(B) 54.11º 0.9% 0.98% -
XYZ 67.35 75.89 12.07 -
YUV 211.55 23.29 155.43 -
System Red Green Blue C M Y K H S L
Decimal 250 228 26 0 0.09 0.90 0.02 54.11 0.96 0.54
Hex FA E4 1A 0 9 5A 2 36 60 36
Octal 372 344 32 0 11 132 2 66 140 66
Binary 11111010 11100100 11010 0 1001 1011010 10 110110 1100000 110110

Color Harmonies of #FAE41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE41A

Black with #FAE41A

Text Example


Text Example

White with #FAE41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE41A; }

 p { color: rgb(250,228,26); }

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

background-color css

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

 a { background-color: rgb(250,228,26); }

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

border-color css

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

 span { border-color: rgb(250,228,26); }

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