#F5F374

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

Shades of Dolly #F5F374

Tints of Dolly #F5F374

Color information

#F5F374 (or 0xF5F374) is unknown color: approx Dolly. HEX triplet: F5, F3 and 74. RGB value is (245,243,116). Sum of RGB (Red+Green+Blue) = 245+243+116=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F374 is #0A0C8B. Grayscale: #E5E5E5. Windows color (decimal): -658572 or 7664629. OLE color: 7664629.

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

Color convert

RGB245243116-
CMYK00.010.530.04
HSL59.07º86.58%70.78%-
HSV(B)59.07º52.65%96.08%-
XYZ72.8684.7729.05-
YUV229.1264.16139.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 243 (95.31% from 255) = 40.23%
BLUE value IS 116 (45.70% from 255) = 19.21%
R=40.56%
G=40.23%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524311600.010.530.0459.0786.5870.78
HexF5F374013543b5747
Octal3653631640165473127107
Binary111101011111001111101000111010110011101110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F374; }

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

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

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

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

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

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

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

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