Html Css Color HEX #F5F61E Lemon

📋 copy color: '#F5F61E'

red 245 ◦ green 246 ◦ blue 30

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

Shades of Lemon #F5F61E

Tints of Lemon #F5F61E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.22%

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

R = 47.02%
G = 47.22%
B = 5.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5F61E (or 0xF5F61E) is known color: Lemon. HEX triplet: F5, F6 and 1E. RGB value is (245,246,30). Sum of RGB (Red+Green+Blue) = 245+246+30=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F61E is #0A09E1. Grayscale: #DDDDDD. Windows color (decimal): -657890 or 2029301. OLE color: 2029301.

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

Color convert

RGB 245 246 30 -
CMYK 0.00 0 0.88 0.04
HSL 60.28º 0.92% 0.54% -
HSV(B) 60.28º 0.88% 0.96% -
XYZ 70.85 85.42 13.98 -
YUV 221.08 20.17 145.06 -
System Red Green Blue C M Y K H S L
Decimal 245 246 30 0.00 0 0.88 0.04 60.28 0.92 0.54
Hex F5 F6 1E 0 0 58 4 3C 5C 36
Octal 365 366 36 0 0 130 4 74 134 66
Binary 11110101 11110110 11110 0 0 1011000 100 111100 1011100 110110

Color Harmonies of #F5F61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F61E

Black with #F5F61E

Text Example


Text Example

White with #F5F61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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