Html Css Color HEX #FCCF60 Dandelion

📋 copy color: '#FCCF60'

red 252 ◦ green 207 ◦ blue 96

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

Shades of Dandelion #FCCF60

Tints of Dandelion #FCCF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.3%

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

R = 45.41%
G = 37.3%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCCF60 (or 0xFCCF60) is known color: Dandelion. HEX triplet: FC, CF and 60. RGB value is (252,207,96). Sum of RGB (Red+Green+Blue) = 252+207+96=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCF60 is #03309F. Grayscale: #D0D0D0. Windows color (decimal): -209056 or 6344700. OLE color: 6344700.

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

Color convert

RGB 252 207 96 -
CMYK 0 0.18 0.62 0.01
HSL 42.69º 0.96% 0.68% -
HSV(B) 42.69º 0.62% 0.99% -
XYZ 64.57 66.17 20.43 -
YUV 207.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 252 207 96 0 0.18 0.62 0.01 42.69 0.96 0.68
Hex FC CF 60 0 12 3E 1 2B 60 44
Octal 374 317 140 0 22 76 1 53 140 104
Binary 11111100 11001111 1100000 0 10010 111110 1 101011 1100000 1000100

Color Harmonies of #FCCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF60

Black with #FCCF60

Text Example


Text Example

White with #FCCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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