#FED15C

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

Shades of Dandelion #FED15C

Tints of Dandelion #FED15C

Color information

#FED15C (or 0xFED15C) is unknown color: approx Dandelion. HEX triplet: FE, D1 and 5C. RGB value is (254,209,92). Sum of RGB (Red+Green+Blue) = 254+209+92=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 92 (36.33% from 255 or 16.58% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FED15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED15C is #012EA3. Grayscale: #D1D1D1. Windows color (decimal): -77476 or 6083070. OLE color: 6083070.

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

Color convert

RGB25420992-
CMYK00.180.640.00
HSL43.33º98.78%67.84%-
HSV(B)43.33º63.78%99.61%-
XYZ65.6167.4419.69-
YUV209.1261.91160.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 92 (36.33% from 255) = 16.58%
R=45.77%
G=37.66%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542099200.180.640.0043.3398.7867.84
HexFED15C0124002b6344
Octal376321134022100053143104
Binary111111101101000110111000100101000000010101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED15C; }

 p { color: rgb(254,209,92); }

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

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

 a { background-color: rgb(254,209,92); }

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

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

 span { border-color: rgb(254,209,92); }

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