#FED260

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

Shades of Dandelion #FED260

Tints of Dandelion #FED260

Color information

#FED260 (or 0xFED260) is unknown color: approx Dandelion. HEX triplet: FE, D2 and 60. RGB value is (254,210,96). Sum of RGB (Red+Green+Blue) = 254+210+96=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED260 is #012D9F. Grayscale: #D2D2D2. Windows color (decimal): -77216 or 6345470. OLE color: 6345470.

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

Color convert

RGB25421096-
CMYK00.170.620.00
HSL43.29º98.75%68.63%-
HSV(B)43.29º62.2%99.61%-
XYZ66.0368.0120.71-
YUV210.1663.58159.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 96 (37.89% from 255) = 17.14%
R=45.36%
G=37.5%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542109600.170.620.0043.2998.7568.63
HexFED2600113E02b6345
Octal37632214002176053143105
Binary11111110110100101100000010001111110010101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED260; }

 p { color: rgb(254,210,96); }

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

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

 a { background-color: rgb(254,210,96); }

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

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

 span { border-color: rgb(254,210,96); }

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