#FDD362

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

Shades of Dandelion #FDD362

Tints of Dandelion #FDD362

Color information

#FDD362 (or 0xFDD362) is unknown color: approx Dandelion. HEX triplet: FD, D3 and 62. RGB value is (253,211,98). Sum of RGB (Red+Green+Blue) = 253+211+98=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD362 is #022C9D. Grayscale: #D3D3D3. Windows color (decimal): -142494 or 6476797. OLE color: 6476797.

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

Color convert

RGB25321198-
CMYK00.170.610.01
HSL43.74º97.48%68.82%-
HSV(B)43.74º61.26%99.22%-
XYZ66.0168.3521.27-
YUV210.6864.41158.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 98 (38.67% from 255) = 17.44%
R=45.02%
G=37.54%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532119800.170.610.0143.7497.4868.82
HexFDD3620113D12c6145
Octal37532314202175154141105
Binary11111101110100111100010010001111101110110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD362; }

 p { color: rgb(253,211,98); }

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

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

 a { background-color: rgb(253,211,98); }

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

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

 span { border-color: rgb(253,211,98); }

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