#F5F26B

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

Shades of Dolly #F5F26B

Tints of Dolly #F5F26B

Color information

#F5F26B (or 0xF5F26B) is unknown color: approx Dolly. HEX triplet: F5, F2 and 6B. RGB value is (245,242,107). Sum of RGB (Red+Green+Blue) = 245+242+107=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 107 (42.19% from 255 or 18.01% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F26B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F26B is #0A0D94. Grayscale: #E4E4E4. Windows color (decimal): -658837 or 7074549. OLE color: 7074549.

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

Color convert

RGB245242107-
CMYK00.010.560.04
HSL58.7º87.34%69.02%-
HSV(B)58.7º56.33%96.08%-
XYZ72.0683.9826.32-
YUV227.5159.99140.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 107 (42.19% from 255) = 18.01%
R=41.25%
G=40.74%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524210700.010.560.0458.787.3469.02
HexF5F26B013843b5745
Octal3653621530170473127105
Binary111101011111001011010110111100010011101110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F26B; }

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

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

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

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

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

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

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

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