Html Css Color HEX #F5F013 Lemon

📋 copy color: '#F5F013'

red 245 ◦ green 240 ◦ blue 19

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

Shades of Lemon #F5F013

Tints of Lemon #F5F013

RGB

 RED value IS 245 (96.09% from 255) = 48.61%

 GREEN value IS 240 (94.14% from 255) = 47.62%

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

R = 48.61%
G = 47.62%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5F013 (or 0xF5F013) is known color: Lemon. HEX triplet: F5, F0 and 13. RGB value is (245,240,19). Sum of RGB (Red+Green+Blue) = 245+240+19=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 19 (7.81% from 255 or 3.77% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F013 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F013 is #0A0FEC. Grayscale: #D9D9D9. Windows color (decimal): -659437 or 1306869. OLE color: 1306869.

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

Color convert

RGB 245 240 19 -
CMYK 0 0.02 0.92 0.04
HSL 58.67º 0.92% 0.52% -
HSV(B) 58.67º 0.92% 0.96% -
XYZ 68.93 81.78 12.77 -
YUV 216.3 16.66 148.47 -
System Red Green Blue C M Y K H S L
Decimal 245 240 19 0 0.02 0.92 0.04 58.67 0.92 0.52
Hex F5 F0 13 0 2 5C 4 3B 5C 34
Octal 365 360 23 0 2 134 4 73 134 64
Binary 11110101 11110000 10011 0 10 1011100 100 111011 1011100 110100

Color Harmonies of #F5F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F013

Black with #F5F013

Text Example


Text Example

White with #F5F013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F013; }

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

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

background-color css

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

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

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

border-color css

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

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

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