Html Css Color HEX #FAEC1D Lemon

📋 copy color: '#FAEC1D'

red 250 ◦ green 236 ◦ blue 29

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

Shades of Lemon #FAEC1D

Tints of Lemon #FAEC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.63%

R = 48.54%
G = 45.83%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAEC1D (or 0xFAEC1D) is known color: Lemon. HEX triplet: FA, EC and 1D. RGB value is (250,236,29). Sum of RGB (Red+Green+Blue) = 250+236+29=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 29 (11.72% from 255 or 5.63% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC1D is #0513E2. Grayscale: #D9D9D9. Windows color (decimal): -332771 or 1961210. OLE color: 1961210.

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

Color convert

RGB 250 236 29 -
CMYK 0 0.06 0.88 0.02
HSL 56.2º 0.96% 0.55% -
HSV(B) 56.2º 0.88% 0.98% -
XYZ 69.64 80.4 13.01 -
YUV 216.59 22.14 151.83 -
System Red Green Blue C M Y K H S L
Decimal 250 236 29 0 0.06 0.88 0.02 56.2 0.96 0.55
Hex FA EC 1D 0 6 58 2 38 60 37
Octal 372 354 35 0 6 130 2 70 140 67
Binary 11111010 11101100 11101 0 110 1011000 10 111000 1100000 110111

Color Harmonies of #FAEC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC1D

Black with #FAEC1D

Text Example


Text Example

White with #FAEC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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