Html Css Color HEX #F5FD1E Lemon

📋 copy color: '#F5FD1E'

red 245 ◦ green 253 ◦ blue 30

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

Shades of Lemon #F5FD1E

Tints of Lemon #F5FD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.68%

R = 46.4%
G = 47.92%
B = 5.68%

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

#F5FD1E (or 0xF5FD1E) is known color: Lemon. HEX triplet: F5, FD and 1E. RGB value is (245,253,30). Sum of RGB (Red+Green+Blue) = 245+253+30=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 30 (12.11% from 255 or 5.68% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FD1E is #0A02E1. Grayscale: #E2E2E2. Windows color (decimal): -656098 or 2031093. OLE color: 2031093.

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

Color convert

RGB 245 253 30 -
CMYK 0.03 0 0.88 0.01
HSL 62.15º 0.98% 0.55% -
HSV(B) 62.15º 0.88% 0.99% -
XYZ 73.02 89.76 14.7 -
YUV 225.19 17.85 142.13 -
System Red Green Blue C M Y K H S L
Decimal 245 253 30 0.03 0 0.88 0.01 62.15 0.98 0.55
Hex F5 FD 1E 3 0 58 1 3E 62 37
Octal 365 375 36 3 0 130 1 76 142 67
Binary 11110101 11111101 11110 11 0 1011000 1 111110 1100010 110111

Color Harmonies of #F5FD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FD1E

Black with #F5FD1E

Text Example


Text Example

White with #F5FD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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