#F5F870

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

Shades of Dolly #F5F870

Tints of Dolly #F5F870

Color information

#F5F870 (or 0xF5F870) is unknown color: approx Dolly. HEX triplet: F5, F8 and 70. RGB value is (245,248,112). Sum of RGB (Red+Green+Blue) = 245+248+112=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 112 (44.14% from 255 or 18.51% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F870 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F870 is #0A078F. Grayscale: #E8E8E8. Windows color (decimal): -657296 or 7403765. OLE color: 7403765.

HSL color Cylindrical-coordinate representation of color #F5F870: hue angle of 61.32º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5F870 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB245248112-
CMYK0.0100.550.03
HSL61.32º90.67%70.59%-
HSV(B)61.32º54.84%97.25%-
XYZ74.1587.7228.35-
YUV231.660.51137.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 112 (44.14% from 255) = 18.51%
R=40.50%
G=40.99%
B=18.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452481120.0100.550.0361.3290.6770.59
HexF5F870103733d5b47
Octal3653701601067375133107
Binary11110101111110001110000101101111111110110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F870; }

 p { color: rgb(245,248,112); }

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

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

 a { background-color: rgb(245,248,112); }

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

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

 span { border-color: rgb(245,248,112); }

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