#F2DD65

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

Shades of Dandelion #F2DD65

Tints of Dandelion #F2DD65

Color information

#F2DD65 (or 0xF2DD65) is unknown color: approx Dandelion. HEX triplet: F2, DD and 65. RGB value is (242,221,101). Sum of RGB (Red+Green+Blue) = 242+221+101=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DD65 is #0D229A. Grayscale: #D6D6D6. Windows color (decimal): -860827 or 6675954. OLE color: 6675954.

HSL color Cylindrical-coordinate representation of color #F2DD65: hue angle of 51.06º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2DD65 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242221101-
CMYK00.090.580.05
HSL51.06º84.43%67.25%-
HSV(B)51.06º58.26%94.9%-
XYZ64.8271.5322.7-
YUV213.664.46148.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 101 (39.84% from 255) = 17.91%
R=42.91%
G=39.18%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222110100.090.580.0551.0684.4367.25
HexF2DD65093A5335443
Octal36233514501172563124103
Binary111100101101110111001010100111101010111001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DD65; }

 p { color: rgb(242,221,101); }

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

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

 a { background-color: rgb(242,221,101); }

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

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

 span { border-color: rgb(242,221,101); }

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