Html Css Color HEX #FAEC0F Lemon

📋 copy color: '#FAEC0F'

red 250 ◦ green 236 ◦ blue 15

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

Shades of Lemon #FAEC0F

Tints of Lemon #FAEC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 2.99%

R = 49.9%
G = 47.11%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAEC0F (or 0xFAEC0F) is known color: Lemon. HEX triplet: FA, EC and 0F. RGB value is (250,236,15). Sum of RGB (Red+Green+Blue) = 250+236+15=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 15 (6.25% from 255 or 2.99% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEC0F is #0513F0. Grayscale: #D7D7D7. Windows color (decimal): -332785 or 1043706. OLE color: 1043706.

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

Color convert

RGB 250 236 15 -
CMYK 0 0.06 0.94 0.02
HSL 56.43º 0.96% 0.52% -
HSV(B) 56.43º 0.94% 0.98% -
XYZ 69.51 80.35 12.3 -
YUV 214.99 15.14 152.97 -
System Red Green Blue C M Y K H S L
Decimal 250 236 15 0 0.06 0.94 0.02 56.43 0.96 0.52
Hex FA EC F 0 6 5E 2 38 60 34
Octal 372 354 17 0 6 136 2 70 140 64
Binary 11111010 11101100 1111 0 110 1011110 10 111000 1100000 110100

Color Harmonies of #FAEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC0F

Black with #FAEC0F

Text Example


Text Example

White with #FAEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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