#F2F275

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

Shades of Dolly #F2F275

Tints of Dolly #F2F275

Color information

#F2F275 (or 0xF2F275) is unknown color: approx Dolly. HEX triplet: F2, F2 and 75. RGB value is (242,242,117). Sum of RGB (Red+Green+Blue) = 242+242+117=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 117 (46.09% from 255 or 19.47% from 601); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F275 is #0D0D8A. Grayscale: #E4E4E4. Windows color (decimal): -855435 or 7729906. OLE color: 7729906.

HSL color Cylindrical-coordinate representation of color #F2F275: hue angle of 60º 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 #F2F275 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242242117-
CMYK000.520.05
HSL60º82.78%70.39%-
HSV(B)60º51.65%94.9%-
XYZ71.5883.6729.21-
YUV227.7565.5138.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 117 (46.09% from 255) = 19.47%
R=40.27%
G=40.27%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242117000.520.056082.7870.39
HexF2F275003453c5346
Octal3623621650064574123106
Binary111100101111001011101010011010010111110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F275; }

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

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

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

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

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

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

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

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