Html Css Color HEX #F9ED14 Lemon

📋 copy color: '#F9ED14'

red 249 ◦ green 237 ◦ blue 20

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

Shades of Lemon #F9ED14

Tints of Lemon #F9ED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.84%

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

R = 49.21%
G = 46.84%
B = 3.95%

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

#F9ED14 (or 0xF9ED14) is known color: Lemon. HEX triplet: F9, ED and 14. RGB value is (249,237,20). Sum of RGB (Red+Green+Blue) = 249+237+20=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 20 (8.20% from 255 or 3.95% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9ED14 is #0612EB. Grayscale: #D8D8D8. Windows color (decimal): -398060 or 1371641. OLE color: 1371641.

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

Color convert

RGB 249 237 20 -
CMYK 0 0.05 0.92 0.02
HSL 56.86º 0.95% 0.53% -
HSV(B) 56.86º 0.92% 0.98% -
XYZ 69.48 80.76 12.59 -
YUV 215.85 17.48 151.64 -
System Red Green Blue C M Y K H S L
Decimal 249 237 20 0 0.05 0.92 0.02 56.86 0.95 0.53
Hex F9 ED 14 0 5 5C 2 39 5F 35
Octal 371 355 24 0 5 134 2 71 137 65
Binary 11111001 11101101 10100 0 101 1011100 10 111001 1011111 110101

Color Harmonies of #F9ED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ED14

Black with #F9ED14

Text Example


Text Example

White with #F9ED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ED14; }

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

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

background-color css

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

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

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

border-color css

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

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

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