Html Css Color HEX #FDCD60 Dandelion

📋 copy color: '#FDCD60'

red 253 ◦ green 205 ◦ blue 96

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

Shades of Dandelion #FDCD60

Tints of Dandelion #FDCD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37%

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

R = 45.67%
G = 37%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDCD60 (or 0xFDCD60) is known color: Dandelion. HEX triplet: FD, CD and 60. RGB value is (253,205,96). Sum of RGB (Red+Green+Blue) = 253+205+96=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD60 is #02329F. Grayscale: #CFCFCF. Windows color (decimal): -144032 or 6344189. OLE color: 6344189.

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

Color convert

RGB 253 205 96 -
CMYK 0 0.19 0.62 0.01
HSL 41.66º 0.98% 0.68% -
HSV(B) 41.66º 0.62% 0.99% -
XYZ 64.45 65.39 20.29 -
YUV 206.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 253 205 96 0 0.19 0.62 0.01 41.66 0.98 0.68
Hex FD CD 60 0 13 3E 1 2A 62 44
Octal 375 315 140 0 23 76 1 52 142 104
Binary 11111101 11001101 1100000 0 10011 111110 1 101010 1100010 1000100

Color Harmonies of #FDCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD60

Black with #FDCD60

Text Example


Text Example

White with #FDCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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