#FFCE5E

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

Shades of Dandelion #FFCE5E

Tints of Dandelion #FFCE5E

Color information

#FFCE5E (or 0xFFCE5E) is unknown color: approx Dandelion. HEX triplet: FF, CE and 5E. RGB value is (255,206,94). Sum of RGB (Red+Green+Blue) = 255+206+94=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 94 (37.11% from 255 or 16.94% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5E is #0031A1. Grayscale: #D0D0D0. Windows color (decimal): -12706 or 6213375. OLE color: 6213375.

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

Color convert

RGB25520694-
CMYK00.190.630
HSL41.74º100%68.43%-
HSV(B)41.74º63.14%100%-
XYZ65.3366.2119.93-
YUV207.8863.73161.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 94 (37.11% from 255) = 16.94%
R=45.95%
G=37.12%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552069400.190.63041.7410068.43
HexFFCE5E0133F02a6444
Octal37731613602377052144104
Binary11111111110011101011110010011111111010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE5E; }

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

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

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

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

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

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

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

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