#F1F273

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

Shades of Dolly #F1F273

Tints of Dolly #F1F273

Color information

#F1F273 (or 0xF1F273) is unknown color: approx Dolly. HEX triplet: F1, F2 and 73. RGB value is (241,242,115). Sum of RGB (Red+Green+Blue) = 241+242+115=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 115 (45.31% from 255 or 19.23% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1F273 is #0E0D8C. Grayscale: #E3E3E3. Windows color (decimal): -920973 or 7598833. OLE color: 7598833.

HSL color Cylindrical-coordinate representation of color #F1F273: hue angle of 60.47º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1F273 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB241242115-
CMYK0.0000.520.05
HSL60.47º83.01%70%-
HSV(B)60.47º52.48%94.9%-
XYZ71.1283.4428.58-
YUV227.2264.67137.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 242 (94.92% from 255) = 40.47%
BLUE value IS 115 (45.31% from 255) = 19.23%
R=40.30%
G=40.47%
B=19.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421150.0000.520.0560.4783.0170
HexF1F273003453c5346
Octal3613621630064574123106
Binary111100011111001011100110011010010111110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F273; }

 p { color: rgb(241,242,115); }

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

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

 a { background-color: rgb(241,242,115); }

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

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

 span { border-color: rgb(241,242,115); }

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