Html Css Color HEX #FDD060 Dandelion

📋 copy color: '#FDD060'

red 253 ◦ green 208 ◦ blue 96

#FDD060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dandelion #FDD060

Tints of Dandelion #FDD060

RGB

 RED value IS 253 (99.22% from 255) = 45.42%

 GREEN value IS 208 (81.64% from 255) = 37.34%

 BLUE value IS 96 (37.89% from 255) = 17.24%

R = 45.42%
G = 37.34%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD060 (or 0xFDD060) is known color: Dandelion. HEX triplet: FD, D0 and 60. RGB value is (253,208,96). Sum of RGB (Red+Green+Blue) = 253+208+96=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD060 is #022F9F. Grayscale: #D1D1D1. Windows color (decimal): -143264 or 6344957. OLE color: 6344957.

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

Color convert

RGB 253 208 96 -
CMYK 0 0.18 0.62 0.01
HSL 42.8º 0.98% 0.68% -
HSV(B) 42.8º 0.62% 0.99% -
XYZ 65.18 66.84 20.53 -
YUV 208.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 253 208 96 0 0.18 0.62 0.01 42.8 0.98 0.68
Hex FD D0 60 0 12 3E 1 2B 62 44
Octal 375 320 140 0 22 76 1 53 142 104
Binary 11111101 11010000 1100000 0 10010 111110 1 101011 1100010 1000100

Color Harmonies of #FDD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD060

Black with #FDD060

Text Example


Text Example

White with #FDD060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD060; }

 p { color: rgb(253,208,96); }

 H1.HeaderClassName
 {
   color: #FDD060;
 }
 .AnyTagClassName
 {
   color: #FDD060;
 }
</style>

background-color css

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

 a { background-color: rgb(253,208,96); }

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

border-color css

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

 span { border-color: rgb(253,208,96); }

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