#F1F275

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

Shades of Dolly #F1F275

Tints of Dolly #F1F275

Color information

#F1F275 (or 0xF1F275) is unknown color: approx Dolly. HEX triplet: F1, F2 and 75. RGB value is (241,242,117). Sum of RGB (Red+Green+Blue) = 241+242+117=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 117 (46.09% from 255 or 19.5% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F275 is #0E0D8A. Grayscale: #E3E3E3. Windows color (decimal): -920971 or 7729905. OLE color: 7729905.

HSL color Cylindrical-coordinate representation of color #F1F275: hue angle of 60.48º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1F275 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB241242117-
CMYK0.0000.520.05
HSL60.48º82.78%70.39%-
HSV(B)60.48º51.65%94.9%-
XYZ71.2483.4929.19-
YUV227.4565.67137.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 117 (46.09% from 255) = 19.5%
R=40.17%
G=40.33%
B=19.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421170.0000.520.0560.4882.7870.39
HexF1F275003453c5346
Octal3613621650064574123106
Binary111100011111001011101010011010010111110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F275; }

 p { color: rgb(241,242,117); }

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

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

 a { background-color: rgb(241,242,117); }

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

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

 span { border-color: rgb(241,242,117); }

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