Html Css Color HEX #F9F20D Lemon

📋 copy color: '#F9F20D'

red 249 ◦ green 242 ◦ blue 13

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

Shades of Lemon #F9F20D

Tints of Lemon #F9F20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

 BLUE value IS 13 (5.47% from 255) = 2.58%

R = 49.4%
G = 48.02%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9F20D (or 0xF9F20D) is known color: Lemon. HEX triplet: F9, F2 and 0D. RGB value is (249,242,13). Sum of RGB (Red+Green+Blue) = 249+242+13=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 13 (5.47% from 255 or 2.58% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F20D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F20D is #060DF2. Grayscale: #DADADA. Windows color (decimal): -396787 or 914169. OLE color: 914169.

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

Color convert

RGB 249 242 13 -
CMYK 0 0.03 0.95 0.02
HSL 58.22º 0.95% 0.51% -
HSV(B) 58.22º 0.95% 0.98% -
XYZ 70.89 83.67 12.79 -
YUV 217.99 12.32 150.12 -
System Red Green Blue C M Y K H S L
Decimal 249 242 13 0 0.03 0.95 0.02 58.22 0.95 0.51
Hex F9 F2 D 0 3 5F 2 3A 5F 33
Octal 371 362 15 0 3 137 2 72 137 63
Binary 11111001 11110010 1101 0 11 1011111 10 111010 1011111 110011

Color Harmonies of #F9F20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F20D

Black with #F9F20D

Text Example


Text Example

White with #F9F20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F20D; }

 p { color: rgb(249,242,13); }

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

background-color css

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

 a { background-color: rgb(249,242,13); }

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

border-color css

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

 span { border-color: rgb(249,242,13); }

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