Html Css Color HEX #FFCE60 Dandelion

📋 copy color: '#FFCE60'

red 255 ◦ green 206 ◦ blue 96

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

Shades of Dandelion #FFCE60

Tints of Dandelion #FFCE60

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.98%

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

R = 45.78%
G = 36.98%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFCE60 (or 0xFFCE60) is known color: Dandelion. HEX triplet: FF, CE and 60. RGB value is (255,206,96). Sum of RGB (Red+Green+Blue) = 255+206+96=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE60 is #00319F. Grayscale: #D0D0D0. Windows color (decimal): -12704 or 6344447. OLE color: 6344447.

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

Color convert

RGB 255 206 96 -
CMYK 0 0.19 0.62 0
HSL 41.51º 1% 0.69% -
HSV(B) 41.51º 0.62% 1% -
XYZ 65.42 66.25 20.41 -
YUV 208.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 255 206 96 0 0.19 0.62 0 41.51 1 0.69
Hex FF CE 60 0 13 3E 0 2A 64 45
Octal 377 316 140 0 23 76 0 52 144 105
Binary 11111111 11001110 1100000 0 10011 111110 0 101010 1100100 1000101

Color Harmonies of #FFCE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE60

Black with #FFCE60

Text Example


Text Example

White with #FFCE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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