#FDD461

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

Shades of Dandelion #FDD461

Tints of Dandelion #FDD461

Color information

#FDD461 (or 0xFDD461) is unknown color: approx Dandelion. HEX triplet: FD, D4 and 61. RGB value is (253,212,97). Sum of RGB (Red+Green+Blue) = 253+212+97=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 97 (38.28% from 255 or 17.26% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD461 is #022B9E. Grayscale: #D3D3D3. Windows color (decimal): -142239 or 6411517. OLE color: 6411517.

HSL color Cylindrical-coordinate representation of color #FDD461: hue angle of 44.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDD461 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB25321297-
CMYK00.160.620.01
HSL44.23º97.5%68.63%-
HSV(B)44.23º61.66%99.22%-
XYZ66.2168.8321.11-
YUV211.1563.58157.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 97 (38.28% from 255) = 17.26%
R=45.02%
G=37.72%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532129700.160.620.0144.2397.568.63
HexFDD4610103E12c6245
Octal37532414102076154142105
Binary11111101110101001100001010000111110110110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD461; }

 p { color: rgb(253,212,97); }

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

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

 a { background-color: rgb(253,212,97); }

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

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

 span { border-color: rgb(253,212,97); }

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