#F8F268

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

Shades of Dolly #F8F268

Tints of Dolly #F8F268

Color information

#F8F268 (or 0xF8F268) is unknown color: approx Dolly. HEX triplet: F8, F2 and 68. RGB value is (248,242,104). Sum of RGB (Red+Green+Blue) = 248+242+104=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 104 (41.02% from 255 or 17.51% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F268 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F268 is #070D97. Grayscale: #E4E4E4. Windows color (decimal): -462232 or 6877944. OLE color: 6877944.

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

Color convert

RGB248242104-
CMYK00.020.580.03
HSL57.5º91.14%69.02%-
HSV(B)57.5º58.06%97.25%-
XYZ72.9684.4625.55-
YUV228.0657.99142.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.75%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 104 (41.02% from 255) = 17.51%
R=41.75%
G=40.74%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824210400.020.580.0357.591.1469.02
HexF8F268023A33a5b45
Octal3703621500272372133105
Binary111110001111001011010000101110101111101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F268; }

 p { color: rgb(248,242,104); }

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

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

 a { background-color: rgb(248,242,104); }

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

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

 span { border-color: rgb(248,242,104); }

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