#F4F273

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

Shades of Dolly #F4F273

Tints of Dolly #F4F273

Color information

#F4F273 (or 0xF4F273) is unknown color: approx Dolly. HEX triplet: F4, F2 and 73. RGB value is (244,242,115). Sum of RGB (Red+Green+Blue) = 244+242+115=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 115 (45.31% from 255 or 19.13% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F273 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4F273 is #0B0D8C. Grayscale: #E4E4E4. Windows color (decimal): -724365 or 7598836. OLE color: 7598836.

HSL color Cylindrical-coordinate representation of color #F4F273: hue angle of 59.07º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F4F273 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB244242115-
CMYK00.010.530.04
HSL59.07º85.43%70.39%-
HSV(B)59.07º52.87%95.69%-
XYZ72.1583.9828.63-
YUV228.1264.16139.33-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.60%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 115 (45.31% from 255) = 19.13%
R=40.60%
G=40.27%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424211500.010.530.0459.0785.4370.39
HexF4F273013543b5546
Octal3643621630165473125106
Binary111101001111001011100110111010110011101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F273; }

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

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

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

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

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

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

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

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