#F2EB69

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

Shades of Dolly #F2EB69

Tints of Dolly #F2EB69

Color information

#F2EB69 (or 0xF2EB69) is unknown color: approx Dolly. HEX triplet: F2, EB and 69. RGB value is (242,235,105). Sum of RGB (Red+Green+Blue) = 242+235+105=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 105 (41.41% from 255 or 18.04% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EB69 is #0D1496. Grayscale: #DEDEDE. Windows color (decimal): -857239 or 6941682. OLE color: 6941682.

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

Color convert

RGB242235105-
CMYK00.030.570.05
HSL56.93º84.05%68.04%-
HSV(B)56.93º56.61%94.9%-
XYZ68.8879.3125.04-
YUV222.2761.82142.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.58%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 105 (41.41% from 255) = 18.04%
R=41.58%
G=40.38%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223510500.030.570.0556.9384.0568.04
HexF2EB6903395395444
Octal3623531510371571124104
Binary1111001011101011110100101111100110111100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB69; }

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

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

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

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

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

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

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

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