#FED767

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

Shades of Dandelion #FED767

Tints of Dandelion #FED767

Color information

#FED767 (or 0xFED767) is unknown color: approx Dandelion. HEX triplet: FE, D7 and 67. RGB value is (254,215,103). Sum of RGB (Red+Green+Blue) = 254+215+103=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 103 (40.62% from 255 or 18.01% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FED767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED767 is #012898. Grayscale: #D6D6D6. Windows color (decimal): -75929 or 6805502. OLE color: 6805502.

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

Color convert

RGB254215103-
CMYK00.150.590.00
HSL44.5º98.69%70%-
HSV(B)44.5º59.45%99.61%-
XYZ67.6270.6522.9-
YUV213.8965.42156.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.41%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 103 (40.62% from 255) = 18.01%
R=44.41%
G=37.59%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421510300.150.590.0044.598.6970
HexFED7670F3B02d6346
Octal37632714701773055143106
Binary1111111011010111110011101111111011010110111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED767; }

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

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

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

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

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

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

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

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