Html Css Color HEX #FAEC1A Lemon

📋 copy color: '#FAEC1A'

red 250 ◦ green 236 ◦ blue 26

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

Shades of Lemon #FAEC1A

Tints of Lemon #FAEC1A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

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

R = 48.83%
G = 46.09%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAEC1A (or 0xFAEC1A) is known color: Lemon. HEX triplet: FA, EC and 1A. RGB value is (250,236,26). Sum of RGB (Red+Green+Blue) = 250+236+26=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 26 (10.55% from 255 or 5.08% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC1A is #0513E5. Grayscale: #D9D9D9. Windows color (decimal): -332774 or 1764602. OLE color: 1764602.

HSL color Cylindrical-coordinate representation of color #FAEC1A: hue angle of 56.25º 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 #FAEC1A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 236 26 -
CMYK 0 0.06 0.90 0.02
HSL 56.25º 0.96% 0.54% -
HSV(B) 56.25º 0.9% 0.98% -
XYZ 69.61 80.39 12.83 -
YUV 216.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 250 236 26 0 0.06 0.90 0.02 56.25 0.96 0.54
Hex FA EC 1A 0 6 5A 2 38 60 36
Octal 372 354 32 0 6 132 2 70 140 66
Binary 11111010 11101100 11010 0 110 1011010 10 111000 1100000 110110

Color Harmonies of #FAEC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC1A

Black with #FAEC1A

Text Example


Text Example

White with #FAEC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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