#F1F974

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

Shades of Dolly #F1F974

Tints of Dolly #F1F974

Color information

#F1F974 (or 0xF1F974) is unknown color: approx Dolly. HEX triplet: F1, F9 and 74. RGB value is (241,249,116). Sum of RGB (Red+Green+Blue) = 241+249+116=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 116 (45.70% from 255 or 19.14% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F974 is #0E068B. Grayscale: #E7E7E7. Windows color (decimal): -919180 or 7666161. OLE color: 7666161.

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

Color convert

RGB241249116-
CMYK0.0300.530.02
HSL63.61º91.72%71.57%-
HSV(B)63.61º53.41%97.65%-
XYZ73.387.7129.59-
YUV231.4562.85134.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 249 (97.66% from 255) = 41.09%
BLUE value IS 116 (45.70% from 255) = 19.14%
R=39.77%
G=41.09%
B=19.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412491160.0300.530.0263.6191.7271.57
HexF1F97430352405c48
Octal36137116430652100134110
Binary1111000111111001111010011011010110100000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F974; }

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

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

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

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

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

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

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

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