#F1F970

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

Shades of Dolly #F1F970

Tints of Dolly #F1F970

Color information

#F1F970 (or 0xF1F970) is unknown color: approx Dolly. HEX triplet: F1, F9 and 70. RGB value is (241,249,112). Sum of RGB (Red+Green+Blue) = 241+249+112=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 112 (44.14% from 255 or 18.60% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F970 is #0E068F. Grayscale: #E7E7E7. Windows color (decimal): -919184 or 7404017. OLE color: 7404017.

HSL color Cylindrical-coordinate representation of color #F1F970: hue angle of 63.5º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1F970 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB241249112-
CMYK0.0300.550.02
HSL63.5º91.95%70.78%-
HSV(B)63.5º55.02%97.65%-
XYZ73.0887.6228.39-
YUV230.9960.85135.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 249 (97.66% from 255) = 41.36%
BLUE value IS 112 (44.14% from 255) = 18.60%
R=40.03%
G=41.36%
B=18.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412491120.0300.550.0263.591.9570.78
HexF1F97030372405c47
Octal36137116030672100134107
Binary1111000111111001111000011011011110100000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F970; }

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

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

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

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

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

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

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

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