#F5FB7D

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

Shades of Dolly #F5FB7D

Tints of Dolly #F5FB7D

Color information

#F5FB7D (or 0xF5FB7D) is unknown color: approx Dolly. HEX triplet: F5, FB and 7D. RGB value is (245,251,125). Sum of RGB (Red+Green+Blue) = 245+251+125=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 125 (49.22% from 255 or 20.13% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FB7D is #0A0482. Grayscale: #EBEBEB. Windows color (decimal): -656515 or 8256501. OLE color: 8256501.

HSL color Cylindrical-coordinate representation of color #F5FB7D: hue angle of 62.86º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5FB7D is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB245251125-
CMYK0.0200.500.02
HSL62.86º94.03%73.73%-
HSV(B)62.86º50.2%98.43%-
XYZ75.8689.8932.75-
YUV234.8466.01135.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 251 (98.44% from 255) = 40.42%
BLUE value IS 125 (49.22% from 255) = 20.13%
R=39.45%
G=40.42%
B=20.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452511250.0200.500.0262.8694.0373.73
HexF5FB7D203223f5e4a
Octal3653731752062277136112
Binary111101011111101111111011001100101011111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FB7D; }

 p { color: rgb(245,251,125); }

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

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

 a { background-color: rgb(245,251,125); }

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

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

 span { border-color: rgb(245,251,125); }

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