#FFCE5D

Color #FFCE5D Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FFCE5D

Tints of Dandelion #FFCE5D

Color information

#FFCE5D (or 0xFFCE5D) is unknown color: approx Dandelion. HEX triplet: FF, CE and 5D. RGB value is (255,206,93). Sum of RGB (Red+Green+Blue) = 255+206+93=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 93 (36.72% from 255 or 16.79% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5D is #0031A2. Grayscale: #D0D0D0. Windows color (decimal): -12707 or 6147839. OLE color: 6147839.

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

Color convert

RGB25520693-
CMYK00.190.640
HSL41.85º100%68.24%-
HSV(B)41.85º63.53%100%-
XYZ65.2966.1919.69-
YUV207.7763.23161.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 93 (36.72% from 255) = 16.79%
R=46.03%
G=37.18%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552069300.190.64041.8510068.24
HexFFCE5D0134002a6444
Octal377316135023100052144104
Binary111111111100111010111010100111000000010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE5D; }

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

 H1.HeaderClassName
 {
   color: #FFCE5D;
 }
 .AnyTagClassName
 {
   color: #FFCE5D;
 }
</style>
background-color css

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

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

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

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

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

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