Html Css Color HEX #F5FD1F Lemon

📋 copy color: '#F5FD1F'

red 245 ◦ green 253 ◦ blue 31

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

Shades of Lemon #F5FD1F

Tints of Lemon #F5FD1F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.83%

 BLUE value IS 31 (12.5% from 255) = 5.86%

R = 46.31%
G = 47.83%
B = 5.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#F5FD1F (or 0xF5FD1F) is known color: Lemon. HEX triplet: F5, FD and 1F. RGB value is (245,253,31). Sum of RGB (Red+Green+Blue) = 245+253+31=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 31 (12.5% from 255 or 5.86% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FD1F is #0A02E0. Grayscale: #E2E2E2. Windows color (decimal): -656097 or 2096629. OLE color: 2096629.

HSL color Cylindrical-coordinate representation of color #F5FD1F: hue angle of 62.16º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5FD1F is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 253 31 -
CMYK 0.03 0 0.88 0.01
HSL 62.16º 0.98% 0.56% -
HSV(B) 62.16º 0.88% 0.99% -
XYZ 73.03 89.76 14.77 -
YUV 225.3 18.35 142.05 -
System Red Green Blue C M Y K H S L
Decimal 245 253 31 0.03 0 0.88 0.01 62.16 0.98 0.56
Hex F5 FD 1F 3 0 58 1 3E 62 38
Octal 365 375 37 3 0 130 1 76 142 70
Binary 11110101 11111101 11111 11 0 1011000 1 111110 1100010 111000

Color Harmonies of #F5FD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FD1F

Black with #F5FD1F

Text Example


Text Example

White with #F5FD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FD1F; }

 p { color: rgb(245,253,31); }

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

background-color css

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

 a { background-color: rgb(245,253,31); }

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

border-color css

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

 span { border-color: rgb(245,253,31); }

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