#F8F26E

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

Shades of Dolly #F8F26E

Tints of Dolly #F8F26E

Color information

#F8F26E (or 0xF8F26E) is unknown color: approx Dolly. HEX triplet: F8, F2 and 6E. RGB value is (248,242,110). Sum of RGB (Red+Green+Blue) = 248+242+110=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 110 (43.36% from 255 or 18.33% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F26E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F26E is #070D91. Grayscale: #E5E5E5. Windows color (decimal): -462226 or 7271160. OLE color: 7271160.

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

Color convert

RGB248242110-
CMYK00.020.560.03
HSL57.39º90.79%70.2%-
HSV(B)57.39º55.65%97.25%-
XYZ73.2884.5927.22-
YUV228.7560.99141.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.33%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 110 (43.36% from 255) = 18.33%
R=41.33%
G=40.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824211000.020.560.0357.3990.7970.2
HexF8F26E02383395b46
Octal3703621560270371133106
Binary111110001111001011011100101110001111100110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F26E; }

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

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

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

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

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

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

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

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