#F8F672

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

Shades of Dolly #F8F672

Tints of Dolly #F8F672

Color information

#F8F672 (or 0xF8F672) is unknown color: approx Dolly. HEX triplet: F8, F6 and 72. RGB value is (248,246,114). Sum of RGB (Red+Green+Blue) = 248+246+114=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 114 (44.92% from 255 or 18.75% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F672 is #07098D. Grayscale: #E8E8E8. Windows color (decimal): -461198 or 7534328. OLE color: 7534328.

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

Color convert

RGB248246114-
CMYK00.010.540.03
HSL59.1º90.54%70.98%-
HSV(B)59.1º54.03%97.25%-
XYZ74.787.0828.79-
YUV231.5561.66139.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.79%
GREEN value IS 246 (96.48% from 255) = 40.46%
BLUE value IS 114 (44.92% from 255) = 18.75%
R=40.79%
G=40.46%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824611400.010.540.0359.190.5470.98
HexF8F672013633b5b47
Octal3703661620166373133107
Binary11111000111101101110010011101101111101110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F672; }

 p { color: rgb(248,246,114); }

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

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

 a { background-color: rgb(248,246,114); }

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

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

 span { border-color: rgb(248,246,114); }

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