#F2F369

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

Shades of Dolly #F2F369

Tints of Dolly #F2F369

Color information

#F2F369 (or 0xF2F369) is unknown color: approx Dolly. HEX triplet: F2, F3 and 69. RGB value is (242,243,105). Sum of RGB (Red+Green+Blue) = 242+243+105=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 105 (41.41% from 255 or 17.80% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F369 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F369 is #0D0C96. Grayscale: #E3E3E3. Windows color (decimal): -855191 or 6943730. OLE color: 6943730.

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

Color convert

RGB242243105-
CMYK0.0000.570.05
HSL60.43º85.19%68.24%-
HSV(B)60.43º56.79%95.29%-
XYZ71.228425.82-
YUV226.9759.17138.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 243 (95.31% from 255) = 41.19%
BLUE value IS 105 (41.41% from 255) = 17.80%
R=41.02%
G=41.19%
B=17.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431050.0000.570.0560.4385.1968.24
HexF2F369003953c5544
Octal3623631510071574125104
Binary111100101111001111010010011100110111110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F369; }

 p { color: rgb(242,243,105); }

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

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

 a { background-color: rgb(242,243,105); }

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

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

 span { border-color: rgb(242,243,105); }

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