#FEDC67

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

Shades of Dandelion #FEDC67

Tints of Dandelion #FEDC67

Color information

#FEDC67 (or 0xFEDC67) is unknown color: approx Dandelion. HEX triplet: FE, DC and 67. RGB value is (254,220,103). Sum of RGB (Red+Green+Blue) = 254+220+103=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 103 (40.62% from 255 or 17.85% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC67 is #012398. Grayscale: #D9D9D9. Windows color (decimal): -74649 or 6806782. OLE color: 6806782.

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

Color convert

RGB254220103-
CMYK00.130.590.00
HSL46.49º98.69%70%-
HSV(B)46.49º59.45%99.61%-
XYZ68.9173.2423.34-
YUV216.8363.76154.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 103 (40.62% from 255) = 17.85%
R=44.02%
G=38.13%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422010300.130.590.0046.4998.6970
HexFEDC670D3B02e6346
Octal37633414701573056143106
Binary1111111011011100110011101101111011010111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC67; }

 p { color: rgb(254,220,103); }

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

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

 a { background-color: rgb(254,220,103); }

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

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

 span { border-color: rgb(254,220,103); }

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