#F5F769

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

Shades of Dolly #F5F769

Tints of Dolly #F5F769

Color information

#F5F769 (or 0xF5F769) is unknown color: approx Dolly. HEX triplet: F5, F7 and 69. RGB value is (245,247,105). Sum of RGB (Red+Green+Blue) = 245+247+105=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 105 (41.41% from 255 or 17.59% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F769 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F769 is #0A0896. Grayscale: #E6E6E6. Windows color (decimal): -657559 or 6944757. OLE color: 6944757.

HSL color Cylindrical-coordinate representation of color #F5F769: hue angle of 60.85º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5F769 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB245247105-
CMYK0.0100.570.03
HSL60.85º89.87%69.02%-
HSV(B)60.85º57.49%96.86%-
XYZ73.4786.9526.28-
YUV230.2157.34138.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 247 (96.88% from 255) = 41.37%
BLUE value IS 105 (41.41% from 255) = 17.59%
R=41.04%
G=41.37%
B=17.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471050.0100.570.0360.8589.8769.02
HexF5F769103933d5a45
Octal3653671511071375132105
Binary11110101111101111101001101110011111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F769; }

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

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

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

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

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

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

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

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