#F8F16D

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

Shades of Dolly #F8F16D

Tints of Dolly #F8F16D

Color information

#F8F16D (or 0xF8F16D) is unknown color: approx Dolly. HEX triplet: F8, F1 and 6D. RGB value is (248,241,109). Sum of RGB (Red+Green+Blue) = 248+241+109=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 109 (42.97% from 255 or 18.23% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F16D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F16D is #070E92. Grayscale: #E4E4E4. Windows color (decimal): -462483 or 7205368. OLE color: 7205368.

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

Color convert

RGB248241109-
CMYK00.030.560.03
HSL56.98º90.85%70%-
HSV(B)56.98º56.05%97.25%-
XYZ72.9383.9726.83-
YUV228.0460.82142.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.47%
GREEN value IS 241 (94.53% from 255) = 40.30%
BLUE value IS 109 (42.97% from 255) = 18.23%
R=41.47%
G=40.30%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824110900.030.560.0356.9890.8570
HexF8F16D03383395b46
Octal3703611550370371133106
Binary111110001111000111011010111110001111100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F16D; }

 p { color: rgb(248,241,109); }

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

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

 a { background-color: rgb(248,241,109); }

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

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

 span { border-color: rgb(248,241,109); }

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