Html Css Color HEX #FDCC60 Dandelion

📋 copy color: '#FDCC60'

red 253 ◦ green 204 ◦ blue 96

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

Shades of Dandelion #FDCC60

Tints of Dandelion #FDCC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

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

R = 45.75%
G = 36.89%
B = 17.36%

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

#FDCC60 (or 0xFDCC60) is known color: Dandelion. HEX triplet: FD, CC and 60. RGB value is (253,204,96). Sum of RGB (Red+Green+Blue) = 253+204+96=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC60 is #02339F. Grayscale: #CECECE. Windows color (decimal): -144288 or 6343933. OLE color: 6343933.

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

Color convert

RGB 253 204 96 -
CMYK 0 0.19 0.62 0.01
HSL 41.27º 0.98% 0.68% -
HSV(B) 41.27º 0.62% 0.99% -
XYZ 64.21 64.91 20.21 -
YUV 206.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 253 204 96 0 0.19 0.62 0.01 41.27 0.98 0.68
Hex FD CC 60 0 13 3E 1 29 62 44
Octal 375 314 140 0 23 76 1 51 142 104
Binary 11111101 11001100 1100000 0 10011 111110 1 101001 1100010 1000100

Color Harmonies of #FDCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC60

Black with #FDCC60

Text Example


Text Example

White with #FDCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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