#F2EC6D

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

Shades of Dolly #F2EC6D

Tints of Dolly #F2EC6D

Color information

#F2EC6D (or 0xF2EC6D) is unknown color: approx Dolly. HEX triplet: F2, EC and 6D. RGB value is (242,236,109). Sum of RGB (Red+Green+Blue) = 242+236+109=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC6D is #0D1392. Grayscale: #DFDFDF. Windows color (decimal): -856979 or 7204082. OLE color: 7204082.

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

Color convert

RGB242236109-
CMYK00.020.550.05
HSL57.29º83.65%68.82%-
HSV(B)57.29º54.96%94.9%-
XYZ69.3779.9726.25-
YUV223.3263.49141.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.23%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 109 (42.97% from 255) = 18.57%
R=41.23%
G=40.20%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223610900.020.550.0557.2983.6568.82
HexF2EC6D02375395445
Octal3623541550267571124105
Binary1111001011101100110110101011011110111100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EC6D; }

 p { color: rgb(242,236,109); }

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

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

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

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

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

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

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