#F5EB69

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

Shades of Dolly #F5EB69

Tints of Dolly #F5EB69

Color information

#F5EB69 (or 0xF5EB69) is unknown color: approx Dolly. HEX triplet: F5, EB and 69. RGB value is (245,235,105). Sum of RGB (Red+Green+Blue) = 245+235+105=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 105 (41.41% from 255 or 17.95% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EB69 is #0A1496. Grayscale: #DFDFDF. Windows color (decimal): -660631 or 6941685. OLE color: 6941685.

HSL color Cylindrical-coordinate representation of color #F5EB69: hue angle of 55.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5EB69 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB245235105-
CMYK00.040.570.04
HSL55.71º87.5%68.63%-
HSV(B)55.71º57.14%96.08%-
XYZ69.9179.8525.09-
YUV223.1761.31143.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 105 (41.41% from 255) = 17.95%
R=41.88%
G=40.17%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523510500.040.570.0455.7187.568.63
HexF5EB6904394385845
Octal3653531510471470130105
Binary11110101111010111101001010011100110011100010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB69; }

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

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

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

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

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

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

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

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