Html Css Color HEX #F5F714 Lemon

📋 copy color: '#F5F714'

red 245 ◦ green 247 ◦ blue 20

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

Shades of Lemon #F5F714

Tints of Lemon #F5F714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.24%

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

R = 47.85%
G = 48.24%
B = 3.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F5F714 (or 0xF5F714) is known color: Lemon. HEX triplet: F5, F7 and 14. RGB value is (245,247,20). Sum of RGB (Red+Green+Blue) = 245+247+20=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 20 (8.20% from 255 or 3.91% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F714 is #0A08EB. Grayscale: #DDDDDD. Windows color (decimal): -657644 or 1374197. OLE color: 1374197.

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

Color convert

RGB 245 247 20 -
CMYK 0.01 0 0.92 0.03
HSL 60.53º 0.93% 0.52% -
HSV(B) 60.53º 0.92% 0.97% -
XYZ 71.04 85.98 13.51 -
YUV 220.52 14.84 145.46 -
System Red Green Blue C M Y K H S L
Decimal 245 247 20 0.01 0 0.92 0.03 60.53 0.93 0.52
Hex F5 F7 14 1 0 5C 3 3D 5D 34
Octal 365 367 24 1 0 134 3 75 135 64
Binary 11110101 11110111 10100 1 0 1011100 11 111101 1011101 110100

Color Harmonies of #F5F714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F714

Black with #F5F714

Text Example


Text Example

White with #F5F714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F714; }

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

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

background-color css

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

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

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

border-color css

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

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

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