Html Css Color HEX #FFCC60 Dandelion

📋 copy color: '#FFCC60'

red 255 ◦ green 204 ◦ blue 96

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

Shades of Dandelion #FFCC60

Tints of Dandelion #FFCC60

RGB

 RED value IS 255 (100% from 255) = 45.95%

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

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

R = 45.95%
G = 36.76%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFCC60 (or 0xFFCC60) is known color: Dandelion. HEX triplet: FF, CC and 60. RGB value is (255,204,96). Sum of RGB (Red+Green+Blue) = 255+204+96=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC60 is #00339F. Grayscale: #CFCFCF. Windows color (decimal): -13216 or 6343935. OLE color: 6343935.

HSL color Cylindrical-coordinate representation of color #FFCC60: hue angle of 40.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFCC60 is Cyan = 0, Magento = 0.2, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 96 -
CMYK 0 0.2 0.62 0
HSL 40.75º 1% 0.69% -
HSV(B) 40.75º 0.62% 1% -
XYZ 64.94 65.29 20.25 -
YUV 206.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 255 204 96 0 0.2 0.62 0 40.75 1 0.69
Hex FF CC 60 0 14 3E 0 29 64 45
Octal 377 314 140 0 24 76 0 51 144 105
Binary 11111111 11001100 1100000 0 10100 111110 0 101001 1100100 1000101

Color Harmonies of #FFCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC60

Black with #FFCC60

Text Example


Text Example

White with #FFCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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