#F2F270

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

Shades of Dolly #F2F270

Tints of Dolly #F2F270

Color information

#F2F270 (or 0xF2F270) is unknown color: approx Dolly. HEX triplet: F2, F2 and 70. RGB value is (242,242,112). Sum of RGB (Red+Green+Blue) = 242+242+112=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F270 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F270 is #0D0D8F. Grayscale: #E3E3E3. Windows color (decimal): -855440 or 7402226. OLE color: 7402226.

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

Color convert

RGB242242112-
CMYK000.540.05
HSL60º83.33%69.41%-
HSV(B)60º53.72%94.9%-
XYZ71.2983.5527.7-
YUV227.1863138.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 242 (94.92% from 255) = 40.60%
BLUE value IS 112 (44.14% from 255) = 18.79%
R=40.60%
G=40.60%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242112000.540.056083.3369.41
HexF2F270003653c5345
Octal3623621600066574123105
Binary111100101111001011100000011011010111110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F270; }

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

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

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

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

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

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

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

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