#F8F471

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

Shades of Dolly #F8F471

Tints of Dolly #F8F471

Color information

#F8F471 (or 0xF8F471) is unknown color: approx Dolly. HEX triplet: F8, F4 and 71. RGB value is (248,244,113). Sum of RGB (Red+Green+Blue) = 248+244+113=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 113 (44.53% from 255 or 18.68% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F471 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F471 is #070B8E. Grayscale: #E6E6E6. Windows color (decimal): -461711 or 7468280. OLE color: 7468280.

HSL color Cylindrical-coordinate representation of color #F8F471: hue angle of 58.22º 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 #F8F471 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248244113-
CMYK00.020.540.03
HSL58.22º90.6%70.78%-
HSV(B)58.22º54.44%97.25%-
XYZ74.0485.8528.29-
YUV230.2661.83140.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 113 (44.53% from 255) = 18.68%
R=40.99%
G=40.33%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824411300.020.540.0358.2290.670.78
HexF8F471023633a5b47
Octal3703641610266372133107
Binary111110001111010011100010101101101111101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F471; }

 p { color: rgb(248,244,113); }

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

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

 a { background-color: rgb(248,244,113); }

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

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

 span { border-color: rgb(248,244,113); }

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