Html Css Color HEX #F5F105 Lemon

📋 copy color: '#F5F105'

red 245 ◦ green 241 ◦ blue 5

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

Shades of Lemon #F5F105

Tints of Lemon #F5F105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.02%

R = 49.9%
G = 49.08%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5F105 (or 0xF5F105) is known color: Lemon. HEX triplet: F5, F1 and 05. RGB value is (245,241,5). Sum of RGB (Red+Green+Blue) = 245+241+5=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 5 (2.34% from 255 or 1.02% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F105 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F105 is #0A0EFA. Grayscale: #D8D8D8. Windows color (decimal): -659195 or 389621. OLE color: 389621.

HSL color Cylindrical-coordinate representation of color #F5F105: hue angle of 59º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5F105 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 241 5 -
CMYK 0 0.02 0.98 0.04
HSL 59º 0.96% 0.49% -
HSV(B) 59º 0.98% 0.96% -
XYZ 69.14 82.33 12.39 -
YUV 215.29 9.33 149.19 -
System Red Green Blue C M Y K H S L
Decimal 245 241 5 0 0.02 0.98 0.04 59 0.96 0.49
Hex F5 F1 5 0 2 62 4 3B 60 31
Octal 365 361 5 0 2 142 4 73 140 61
Binary 11110101 11110001 101 0 10 1100010 100 111011 1100000 110001

Color Harmonies of #F5F105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F105

Black with #F5F105

Text Example


Text Example

White with #F5F105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F105; }

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

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

background-color css

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

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

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

border-color css

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

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

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