Html Css Color HEX #F5FC1A Lemon

📋 copy color: '#F5FC1A'

red 245 ◦ green 252 ◦ blue 26

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

Shades of Lemon #F5FC1A

Tints of Lemon #F5FC1A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.18%

 BLUE value IS 26 (10.55% from 255) = 4.97%

R = 46.85%
G = 48.18%
B = 4.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#F5FC1A (or 0xF5FC1A) is known color: Lemon. HEX triplet: F5, FC and 1A. RGB value is (245,252,26). Sum of RGB (Red+Green+Blue) = 245+252+26=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 26 (10.55% from 255 or 4.97% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FC1A is #0A03E5. Grayscale: #E1E1E1. Windows color (decimal): -656358 or 1768693. OLE color: 1768693.

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

Color convert

RGB 245 252 26 -
CMYK 0.03 0 0.90 0.01
HSL 61.86º 0.97% 0.55% -
HSV(B) 61.86º 0.9% 0.99% -
XYZ 72.65 89.11 14.35 -
YUV 224.14 16.18 142.88 -
System Red Green Blue C M Y K H S L
Decimal 245 252 26 0.03 0 0.90 0.01 61.86 0.97 0.55
Hex F5 FC 1A 3 0 5A 1 3E 61 37
Octal 365 374 32 3 0 132 1 76 141 67
Binary 11110101 11111100 11010 11 0 1011010 1 111110 1100001 110111

Color Harmonies of #F5FC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FC1A

Black with #F5FC1A

Text Example


Text Example

White with #F5FC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FC1A; }

 p { color: rgb(245,252,26); }

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

background-color css

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

 a { background-color: rgb(245,252,26); }

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

border-color css

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

 span { border-color: rgb(245,252,26); }

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