#FED667

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

Shades of Dandelion #FED667

Tints of Dandelion #FED667

Color information

#FED667 (or 0xFED667) is unknown color: approx Dandelion. HEX triplet: FE, D6 and 67. RGB value is (254,214,103). Sum of RGB (Red+Green+Blue) = 254+214+103=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 103 (40.62% from 255 or 18.04% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FED667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED667 is #012998. Grayscale: #D5D5D5. Windows color (decimal): -76185 or 6805246. OLE color: 6805246.

HSL color Cylindrical-coordinate representation of color #FED667: hue angle of 44.11º 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 #FED667 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB254214103-
CMYK00.160.590.00
HSL44.11º98.69%70%-
HSV(B)44.11º59.45%99.61%-
XYZ67.3770.1422.82-
YUV213.3165.75157.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 103 (40.62% from 255) = 18.04%
R=44.48%
G=37.48%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421410300.160.590.0044.1198.6970
HexFED6670103B02c6346
Octal37632614702073054143106
Binary11111110110101101100111010000111011010110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED667; }

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

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

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

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

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

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

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

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