#F2F16B

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

Shades of Dolly #F2F16B

Tints of Dolly #F2F16B

Color information

#F2F16B (or 0xF2F16B) is unknown color: approx Dolly. HEX triplet: F2, F1 and 6B. RGB value is (242,241,107). Sum of RGB (Red+Green+Blue) = 242+241+107=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 107 (42.19% from 255 or 18.14% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F16B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F16B is #0D0E94. Grayscale: #E2E2E2. Windows color (decimal): -855701 or 7074290. OLE color: 7074290.

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

Color convert

RGB242241107-
CMYK00.000.560.05
HSL59.56º83.85%68.43%-
HSV(B)59.56º55.79%94.9%-
XYZ70.7382.8526.17-
YUV226.0260.83139.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 241 (94.53% from 255) = 40.85%
BLUE value IS 107 (42.19% from 255) = 18.14%
R=41.02%
G=40.85%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224110700.000.560.0559.5683.8568.43
HexF2F16B003853c5444
Octal3623611530070574124104
Binary111100101111000111010110011100010111110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F16B; }

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

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

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

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

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

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

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

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