#F2F269

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

Shades of Dolly #F2F269

Tints of Dolly #F2F269

Color information

#F2F269 (or 0xF2F269) is unknown color: approx Dolly. HEX triplet: F2, F2 and 69. RGB value is (242,242,105). Sum of RGB (Red+Green+Blue) = 242+242+105=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 105 (41.41% from 255 or 17.83% from 589); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F269 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F269 is #0D0D96. Grayscale: #E2E2E2. Windows color (decimal): -855447 or 6943474. OLE color: 6943474.

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

Color convert

RGB242242105-
CMYK000.570.05
HSL60º84.05%68.04%-
HSV(B)60º56.61%94.9%-
XYZ70.9283.425.72-
YUV226.3859.5139.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 105 (41.41% from 255) = 17.83%
R=41.09%
G=41.09%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242105000.570.056084.0568.04
HexF2F269003953c5444
Octal3623621510071574124104
Binary111100101111001011010010011100110111110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F269; }

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

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

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

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

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

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

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

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