Html Css Color HEX #F5F012 Lemon

📋 copy color: '#F5F012'

red 245 ◦ green 240 ◦ blue 18

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

Shades of Lemon #F5F012

Tints of Lemon #F5F012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.58%

R = 48.71%
G = 47.71%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5F012 (or 0xF5F012) is known color: Lemon. HEX triplet: F5, F0 and 12. RGB value is (245,240,18). Sum of RGB (Red+Green+Blue) = 245+240+18=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 18 (7.42% from 255 or 3.58% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F012 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F012 is #0A0FED. Grayscale: #D9D9D9. Windows color (decimal): -659438 or 1241333. OLE color: 1241333.

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

Color convert

RGB 245 240 18 -
CMYK 0 0.02 0.93 0.04
HSL 58.68º 0.92% 0.52% -
HSV(B) 58.68º 0.93% 0.96% -
XYZ 68.93 81.78 12.72 -
YUV 216.19 16.16 148.55 -
System Red Green Blue C M Y K H S L
Decimal 245 240 18 0 0.02 0.93 0.04 58.68 0.92 0.52
Hex F5 F0 12 0 2 5D 4 3B 5C 34
Octal 365 360 22 0 2 135 4 73 134 64
Binary 11110101 11110000 10010 0 10 1011101 100 111011 1011100 110100

Color Harmonies of #F5F012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F012

Black with #F5F012

Text Example


Text Example

White with #F5F012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F012; }

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

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

background-color css

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

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

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

border-color css

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

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

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