#f5f174

Color #F5F174 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #F5F174

Tints of Dolly #F5F174

Color information

#F5F174 (or 0xF5F174) is unknown color: approx Dolly. HEX triplet: F5, F1 and 74. RGB value is (245,241,116). Sum of RGB (Red+Green+Blue) = 245+241+116=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F174 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F174 is #0A0E8B. Grayscale: #E4E4E4. Windows color (decimal): -659084 or 7664117. OLE color: 7664117.

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

Color convert

RGB245241116-
CMYK00.020.530.04
HSL58.14º86.58%70.78%-
HSV(B)58.14º52.65%96.08%-
XYZ72.2683.5828.85-
YUV227.9564.83140.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 241 (94.53% from 255) = 40.03%
BLUE value IS 116 (45.70% from 255) = 19.27%
R=40.70%
G=40.03%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524111600.020.530.0458.1486.5870.78
HexF5F174023543a5747
Octal3653611640265472127107
Binary1111010111110001111010001011010110011101010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5f174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5f174; }

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

 H1.HeaderClassName
 {
   color: #f5f174;
 }
 .AnyTagClassName
 {
   color: #f5f174;
 }
</style>
background-color css

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

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

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

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

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

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