Html Css Color HEX #F5FA23 Lemon

📋 copy color: '#F5FA23'

red 245 ◦ green 250 ◦ blue 35

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

Shades of Lemon #F5FA23

Tints of Lemon #F5FA23

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 35 (14.06% from 255) = 6.6%

R = 46.23%
G = 47.17%
B = 6.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F5FA23 (or 0xF5FA23) is known color: Lemon. HEX triplet: F5, FA and 23. RGB value is (245,250,35). Sum of RGB (Red+Green+Blue) = 245+250+35=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 35 (14.06% from 255 or 6.60% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FA23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FA23 is #0A05DC. Grayscale: #E0E0E0. Windows color (decimal): -656861 or 2358005. OLE color: 2358005.

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

Color convert

RGB 245 250 35 -
CMYK 0.02 0 0.86 0.02
HSL 61.4º 0.96% 0.56% -
HSV(B) 61.4º 0.86% 0.98% -
XYZ 72.15 87.91 14.76 -
YUV 224 21.34 142.98 -
System Red Green Blue C M Y K H S L
Decimal 245 250 35 0.02 0 0.86 0.02 61.4 0.96 0.56
Hex F5 FA 23 2 0 56 2 3D 60 38
Octal 365 372 43 2 0 126 2 75 140 70
Binary 11110101 11111010 100011 10 0 1010110 10 111101 1100000 111000

Color Harmonies of #F5FA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FA23

Black with #F5FA23

Text Example


Text Example

White with #F5FA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FA23; }

 p { color: rgb(245,250,35); }

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

background-color css

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

 a { background-color: rgb(245,250,35); }

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

border-color css

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

 span { border-color: rgb(245,250,35); }

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