Html Css Color HEX #FCCD60 Dandelion

📋 copy color: '#FCCD60'

red 252 ◦ green 205 ◦ blue 96

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

Shades of Dandelion #FCCD60

Tints of Dandelion #FCCD60

RGB

 RED value IS 252 (98.83% from 255) = 45.57%

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

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

R = 45.57%
G = 37.07%
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

#FCCD60 (or 0xFCCD60) is known color: Dandelion. HEX triplet: FC, CD and 60. RGB value is (252,205,96). Sum of RGB (Red+Green+Blue) = 252+205+96=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD60 is #03329F. Grayscale: #CFCFCF. Windows color (decimal): -209568 or 6344188. OLE color: 6344188.

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

Color convert

RGB 252 205 96 -
CMYK 0 0.19 0.62 0.01
HSL 41.92º 0.96% 0.68% -
HSV(B) 41.92º 0.62% 0.99% -
XYZ 64.09 65.2 20.27 -
YUV 206.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 252 205 96 0 0.19 0.62 0.01 41.92 0.96 0.68
Hex FC CD 60 0 13 3E 1 2A 60 44
Octal 374 315 140 0 23 76 1 52 140 104
Binary 11111100 11001101 1100000 0 10011 111110 1 101010 1100000 1000100

Color Harmonies of #FCCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD60

Black with #FCCD60

Text Example


Text Example

White with #FCCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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