Html Css Color HEX #FDD960 Dandelion

📋 copy color: '#FDD960'

red 253 ◦ green 217 ◦ blue 96

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

Shades of Dandelion #FDD960

Tints of Dandelion #FDD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.34%

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

R = 44.7%
G = 38.34%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDD960 (or 0xFDD960) is known color: Dandelion. HEX triplet: FD, D9 and 60. RGB value is (253,217,96). Sum of RGB (Red+Green+Blue) = 253+217+96=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD960 is #02269F. Grayscale: #D6D6D6. Windows color (decimal): -140960 or 6347261. OLE color: 6347261.

HSL color Cylindrical-coordinate representation of color #FDD960: hue angle of 46.24º 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 #FDD960 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 96 -
CMYK 0 0.14 0.62 0.01
HSL 46.24º 0.98% 0.68% -
HSV(B) 46.24º 0.62% 0.99% -
XYZ 67.43 71.35 21.28 -
YUV 213.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 253 217 96 0 0.14 0.62 0.01 46.24 0.98 0.68
Hex FD D9 60 0 E 3E 1 2E 62 44
Octal 375 331 140 0 16 76 1 56 142 104
Binary 11111101 11011001 1100000 0 1110 111110 1 101110 1100010 1000100

Color Harmonies of #FDD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD960

Black with #FDD960

Text Example


Text Example

White with #FDD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD960; }

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

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

background-color css

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

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

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

border-color css

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

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

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