Html Css Color HEX #F5E715 Lemon

📋 copy color: '#F5E715'

red 245 ◦ green 231 ◦ blue 21

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

Shades of Lemon #F5E715

Tints of Lemon #F5E715

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

 BLUE value IS 21 (8.59% from 255) = 4.23%

R = 49.3%
G = 46.48%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5E715 (or 0xF5E715) is known color: Lemon. HEX triplet: F5, E7 and 15. RGB value is (245,231,21). Sum of RGB (Red+Green+Blue) = 245+231+21=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 21 (8.59% from 255 or 4.23% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E715 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E715 is #0A18EA. Grayscale: #D4D4D4. Windows color (decimal): -661739 or 1435637. OLE color: 1435637.

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

Color convert

RGB 245 231 21 -
CMYK 0 0.06 0.91 0.04
HSL 56.25º 0.92% 0.52% -
HSV(B) 56.25º 0.91% 0.96% -
XYZ 66.37 76.62 12 -
YUV 211.25 20.64 152.08 -
System Red Green Blue C M Y K H S L
Decimal 245 231 21 0 0.06 0.91 0.04 56.25 0.92 0.52
Hex F5 E7 15 0 6 5B 4 38 5C 34
Octal 365 347 25 0 6 133 4 70 134 64
Binary 11110101 11100111 10101 0 110 1011011 100 111000 1011100 110100

Color Harmonies of #F5E715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E715

Black with #F5E715

Text Example


Text Example

White with #F5E715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E715; }

 p { color: rgb(245,231,21); }

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

background-color css

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

 a { background-color: rgb(245,231,21); }

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

border-color css

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

 span { border-color: rgb(245,231,21); }

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