Html Css Color HEX #F9F513 Lemon

📋 copy color: '#F9F513'

red 249 ◦ green 245 ◦ blue 19

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

Shades of Lemon #F9F513

Tints of Lemon #F9F513

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.76%

 BLUE value IS 19 (7.81% from 255) = 3.7%

R = 48.54%
G = 47.76%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9F513 (or 0xF9F513) is known color: Lemon. HEX triplet: F9, F5 and 13. RGB value is (249,245,19). Sum of RGB (Red+Green+Blue) = 249+245+19=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 19 (7.81% from 255 or 3.70% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F513 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F513 is #060AEC. Grayscale: #DDDDDD. Windows color (decimal): -396013 or 1308153. OLE color: 1308153.

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

Color convert

RGB 249 245 19 -
CMYK 0 0.02 0.92 0.02
HSL 58.96º 0.95% 0.53% -
HSV(B) 58.96º 0.92% 0.98% -
XYZ 71.84 85.49 13.33 -
YUV 220.43 14.33 148.38 -
System Red Green Blue C M Y K H S L
Decimal 249 245 19 0 0.02 0.92 0.02 58.96 0.95 0.53
Hex F9 F5 13 0 2 5C 2 3B 5F 35
Octal 371 365 23 0 2 134 2 73 137 65
Binary 11111001 11110101 10011 0 10 1011100 10 111011 1011111 110101

Color Harmonies of #F9F513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F513

Black with #F9F513

Text Example


Text Example

White with #F9F513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F513; }

 p { color: rgb(249,245,19); }

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

background-color css

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

 a { background-color: rgb(249,245,19); }

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

border-color css

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

 span { border-color: rgb(249,245,19); }

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