#F1F97D

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

Shades of Dolly #F1F97D

Tints of Dolly #F1F97D

Color information

#F1F97D (or 0xF1F97D) is unknown color: approx Dolly. HEX triplet: F1, F9 and 7D. RGB value is (241,249,125). Sum of RGB (Red+Green+Blue) = 241+249+125=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 125 (49.22% from 255 or 20.33% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F97D is #0E0682. Grayscale: #E8E8E8. Windows color (decimal): -919171 or 8255985. OLE color: 8255985.

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

Color convert

RGB241249125-
CMYK0.0300.500.02
HSL63.87º91.18%73.33%-
HSV(B)63.87º49.8%97.65%-
XYZ73.8587.9332.48-
YUV232.4767.35134.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 249 (97.66% from 255) = 40.49%
BLUE value IS 125 (49.22% from 255) = 20.33%
R=39.19%
G=40.49%
B=20.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412491250.0300.500.0263.8791.1873.33
HexF1F97D30322405b49
Octal36137117530622100133111
Binary1111000111111001111110111011001010100000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F97D; }

 p { color: rgb(241,249,125); }

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

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

 a { background-color: rgb(241,249,125); }

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

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

 span { border-color: rgb(241,249,125); }

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