Html Css Color HEX #FCDC60 Dandelion

📋 copy color: '#FCDC60'

red 252 ◦ green 220 ◦ blue 96

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

Shades of Dandelion #FCDC60

Tints of Dandelion #FCDC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

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

R = 44.37%
G = 38.73%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCDC60 (or 0xFCDC60) is known color: Dandelion. HEX triplet: FC, DC and 60. RGB value is (252,220,96). Sum of RGB (Red+Green+Blue) = 252+220+96=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC60 is #03239F. Grayscale: #D7D7D7. Windows color (decimal): -205728 or 6348028. OLE color: 6348028.

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

Color convert

RGB 252 220 96 -
CMYK 0 0.13 0.62 0.01
HSL 47.69º 0.96% 0.68% -
HSV(B) 47.69º 0.62% 0.99% -
XYZ 67.85 72.73 21.53 -
YUV 215.43 60.6 154.08 -
System Red Green Blue C M Y K H S L
Decimal 252 220 96 0 0.13 0.62 0.01 47.69 0.96 0.68
Hex FC DC 60 0 D 3E 1 30 60 44
Octal 374 334 140 0 15 76 1 60 140 104
Binary 11111100 11011100 1100000 0 1101 111110 1 110000 1100000 1000100

Color Harmonies of #FCDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC60

Black with #FCDC60

Text Example


Text Example

White with #FCDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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