Html Css Color HEX #F5F614 Lemon

📋 copy color: '#F5F614'

red 245 ◦ green 246 ◦ blue 20

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

Shades of Lemon #F5F614

Tints of Lemon #F5F614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.91%

R = 47.95%
G = 48.14%
B = 3.91%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5F614 (or 0xF5F614) is known color: Lemon. HEX triplet: F5, F6 and 14. RGB value is (245,246,20). Sum of RGB (Red+Green+Blue) = 245+246+20=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F614 is #0A09EB. Grayscale: #DCDCDC. Windows color (decimal): -657900 or 1373941. OLE color: 1373941.

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

Color convert

RGB 245 246 20 -
CMYK 0.00 0 0.92 0.04
HSL 60.27º 0.93% 0.52% -
HSV(B) 60.27º 0.92% 0.96% -
XYZ 70.74 85.37 13.41 -
YUV 219.94 15.17 145.88 -
System Red Green Blue C M Y K H S L
Decimal 245 246 20 0.00 0 0.92 0.04 60.27 0.93 0.52
Hex F5 F6 14 0 0 5C 4 3C 5D 34
Octal 365 366 24 0 0 134 4 74 135 64
Binary 11110101 11110110 10100 0 0 1011100 100 111100 1011101 110100

Color Harmonies of #F5F614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F614

Black with #F5F614

Text Example


Text Example

White with #F5F614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F614; }

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

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

background-color css

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

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

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

border-color css

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

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

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