Html Css Color HEX #F9EC14 Lemon

📋 copy color: '#F9EC14'

red 249 ◦ green 236 ◦ blue 20

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

Shades of Lemon #F9EC14

Tints of Lemon #F9EC14

RGB

 RED value IS 249 (97.66% from 255) = 49.31%

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

 BLUE value IS 20 (8.2% from 255) = 3.96%

R = 49.31%
G = 46.73%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9EC14 (or 0xF9EC14) is known color: Lemon. HEX triplet: F9, EC and 14. RGB value is (249,236,20). Sum of RGB (Red+Green+Blue) = 249+236+20=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 20 (8.20% from 255 or 3.96% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9EC14 is #0613EB. Grayscale: #D8D8D8. Windows color (decimal): -398316 or 1371385. OLE color: 1371385.

HSL color Cylindrical-coordinate representation of color #F9EC14: hue angle of 56.59º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9EC14 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 236 20 -
CMYK 0 0.05 0.92 0.02
HSL 56.59º 0.95% 0.53% -
HSV(B) 56.59º 0.92% 0.98% -
XYZ 69.19 80.18 12.49 -
YUV 215.26 17.81 152.06 -
System Red Green Blue C M Y K H S L
Decimal 249 236 20 0 0.05 0.92 0.02 56.59 0.95 0.53
Hex F9 EC 14 0 5 5C 2 39 5F 35
Octal 371 354 24 0 5 134 2 71 137 65
Binary 11111001 11101100 10100 0 101 1011100 10 111001 1011111 110101

Color Harmonies of #F9EC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EC14

Black with #F9EC14

Text Example


Text Example

White with #F9EC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EC14; }

 p { color: rgb(249,236,20); }

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

background-color css

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

 a { background-color: rgb(249,236,20); }

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

border-color css

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

 span { border-color: rgb(249,236,20); }

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