Html Css Color HEX #F5F003 Lemon

📋 copy color: '#F5F003'

red 245 ◦ green 240 ◦ blue 3

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

Shades of Lemon #F5F003

Tints of Lemon #F5F003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.61%

R = 50.2%
G = 49.18%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F5F003 (or 0xF5F003) is known color: Lemon. HEX triplet: F5, F0 and 03. RGB value is (245,240,3). Sum of RGB (Red+Green+Blue) = 245+240+3=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 3 (1.56% from 255 or 0.61% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F003 is #0A0FFC. Grayscale: #D7D7D7. Windows color (decimal): -659453 or 258293. OLE color: 258293.

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

Color convert

RGB 245 240 3 -
CMYK 0 0.02 0.99 0.04
HSL 58.76º 0.98% 0.49% -
HSV(B) 58.76º 0.99% 0.96% -
XYZ 68.83 81.74 12.24 -
YUV 214.48 8.66 149.77 -
System Red Green Blue C M Y K H S L
Decimal 245 240 3 0 0.02 0.99 0.04 58.76 0.98 0.49
Hex F5 F0 3 0 2 63 4 3B 62 31
Octal 365 360 3 0 2 143 4 73 142 61
Binary 11110101 11110000 11 0 10 1100011 100 111011 1100010 110001

Color Harmonies of #F5F003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F003

Black with #F5F003

Text Example


Text Example

White with #F5F003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F003; }

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

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

background-color css

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

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

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

border-color css

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

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

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