Html Css Color HEX #F5F115 Lemon

📋 copy color: '#F5F115'

red 245 ◦ green 241 ◦ blue 21

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

Shades of Lemon #F5F115

Tints of Lemon #F5F115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.53%

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

R = 48.32%
G = 47.53%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5F115 (or 0xF5F115) is known color: Lemon. HEX triplet: F5, F1 and 15. RGB value is (245,241,21). Sum of RGB (Red+Green+Blue) = 245+241+21=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 21 (8.59% from 255 or 4.14% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F115 is #0A0EEA. Grayscale: #DADADA. Windows color (decimal): -659179 or 1438197. OLE color: 1438197.

HSL color Cylindrical-coordinate representation of color #F5F115: hue angle of 58.93º 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 #F5F115 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 21 -
CMYK 0 0.02 0.91 0.04
HSL 58.93º 0.92% 0.52% -
HSV(B) 58.93º 0.91% 0.96% -
XYZ 69.25 82.38 12.96 -
YUV 217.12 17.33 147.89 -
System Red Green Blue C M Y K H S L
Decimal 245 241 21 0 0.02 0.91 0.04 58.93 0.92 0.52
Hex F5 F1 15 0 2 5B 4 3B 5C 34
Octal 365 361 25 0 2 133 4 73 134 64
Binary 11110101 11110001 10101 0 10 1011011 100 111011 1011100 110100

Color Harmonies of #F5F115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F115

Black with #F5F115

Text Example


Text Example

White with #F5F115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F115; }

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

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

background-color css

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

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

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

border-color css

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

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

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