Html Css Color HEX #FCCC60 Dandelion

📋 copy color: '#FCCC60'

red 252 ◦ green 204 ◦ blue 96

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

Shades of Dandelion #FCCC60

Tints of Dandelion #FCCC60

RGB

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

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

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

R = 45.65%
G = 36.96%
B = 17.39%

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

#FCCC60 (or 0xFCCC60) is known color: Dandelion. HEX triplet: FC, CC and 60. RGB value is (252,204,96). Sum of RGB (Red+Green+Blue) = 252+204+96=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC60 is #03339F. Grayscale: #CECECE. Windows color (decimal): -209824 or 6343932. OLE color: 6343932.

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

Color convert

RGB 252 204 96 -
CMYK 0 0.19 0.62 0.01
HSL 41.54º 0.96% 0.68% -
HSV(B) 41.54º 0.62% 0.99% -
XYZ 63.85 64.73 20.19 -
YUV 206.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 252 204 96 0 0.19 0.62 0.01 41.54 0.96 0.68
Hex FC CC 60 0 13 3E 1 2A 60 44
Octal 374 314 140 0 23 76 1 52 140 104
Binary 11111100 11001100 1100000 0 10011 111110 1 101010 1100000 1000100

Color Harmonies of #FCCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC60

Black with #FCCC60

Text Example


Text Example

White with #FCCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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