Html Css Color HEX #F5F20B Lemon

📋 copy color: '#F5F20B'

red 245 ◦ green 242 ◦ blue 11

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

Shades of Lemon #F5F20B

Tints of Lemon #F5F20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.21%

R = 49.2%
G = 48.59%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5F20B (or 0xF5F20B) is known color: Lemon. HEX triplet: F5, F2 and 0B. RGB value is (245,242,11). Sum of RGB (Red+Green+Blue) = 245+242+11=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 11 (4.69% from 255 or 2.21% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F20B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F20B is #0A0DF4. Grayscale: #D9D9D9. Windows color (decimal): -658933 or 783093. OLE color: 783093.

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

Color convert

RGB 245 242 11 -
CMYK 0 0.01 0.96 0.04
HSL 59.23º 0.92% 0.5% -
HSV(B) 59.23º 0.96% 0.96% -
XYZ 69.47 82.94 12.66 -
YUV 216.56 11.99 148.28 -
System Red Green Blue C M Y K H S L
Decimal 245 242 11 0 0.01 0.96 0.04 59.23 0.92 0.5
Hex F5 F2 B 0 1 60 4 3B 5C 32
Octal 365 362 13 0 1 140 4 73 134 62
Binary 11110101 11110010 1011 0 1 1100000 100 111011 1011100 110010

Color Harmonies of #F5F20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F20B

Black with #F5F20B

Text Example


Text Example

White with #F5F20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F20B; }

 p { color: rgb(245,242,11); }

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

background-color css

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

 a { background-color: rgb(245,242,11); }

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

border-color css

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

 span { border-color: rgb(245,242,11); }

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