#F5F76B

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

Shades of Dolly #F5F76B

Tints of Dolly #F5F76B

Color information

#F5F76B (or 0xF5F76B) is unknown color: approx Dolly. HEX triplet: F5, F7 and 6B. RGB value is (245,247,107). Sum of RGB (Red+Green+Blue) = 245+247+107=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 107 (42.19% from 255 or 17.86% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F76B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F76B is #0A0894. Grayscale: #E7E7E7. Windows color (decimal): -657557 or 7075829. OLE color: 7075829.

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

Color convert

RGB245247107-
CMYK0.0100.570.03
HSL60.86º89.74%69.41%-
HSV(B)60.86º56.68%96.86%-
XYZ73.578726.82-
YUV230.4458.34138.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 247 (96.88% from 255) = 41.24%
BLUE value IS 107 (42.19% from 255) = 17.86%
R=40.90%
G=41.24%
B=17.86%

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
Decimal2452471070.0100.570.0360.8689.7469.41
HexF5F76B103933d5a45
Octal3653671531071375132105
Binary11110101111101111101011101110011111110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F76B; }

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

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

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

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

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

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

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

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