#F0F16B

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

Shades of Dolly #F0F16B

Tints of Dolly #F0F16B

Color information

#F0F16B (or 0xF0F16B) is unknown color: approx Dolly. HEX triplet: F0, F1 and 6B. RGB value is (240,241,107). Sum of RGB (Red+Green+Blue) = 240+241+107=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F16B is #0F0E94. Grayscale: #E1E1E1. Windows color (decimal): -986773 or 7074288. OLE color: 7074288.

HSL color Cylindrical-coordinate representation of color #F0F16B: hue angle of 60.45º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0F16B is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB240241107-
CMYK0.0000.560.05
HSL60.45º82.72%68.24%-
HSV(B)60.45º55.6%94.51%-
XYZ70.0482.526.14-
YUV225.4261.17138.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.82%
GREEN value IS 241 (94.53% from 255) = 40.99%
BLUE value IS 107 (42.19% from 255) = 18.20%
R=40.82%
G=40.99%
B=18.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411070.0000.560.0560.4582.7268.24
HexF0F16B003853c5344
Octal3603611530070574123104
Binary111100001111000111010110011100010111110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F16B; }

 p { color: rgb(240,241,107); }

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

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

 a { background-color: rgb(240,241,107); }

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

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

 span { border-color: rgb(240,241,107); }

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