#FED673

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

Shades of Salomie #FED673

Tints of Salomie #FED673

Color information

#FED673 (or 0xFED673) is unknown color: approx Salomie. HEX triplet: FE, D6 and 73. RGB value is (254,214,115). Sum of RGB (Red+Green+Blue) = 254+214+115=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED673 is #01298C. Grayscale: #D7D7D7. Windows color (decimal): -76173 or 7591678. OLE color: 7591678.

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

Color convert

RGB254214115-
CMYK00.160.550.00
HSL42.73º98.58%72.35%-
HSV(B)42.73º54.72%99.61%-
XYZ68.0170.426.22-
YUV214.6771.75156.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 115 (45.31% from 255) = 19.73%
R=43.57%
G=36.71%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421411500.160.550.0042.7398.5872.35
HexFED6730103702b6348
Octal37632616302067053143110
Binary11111110110101101110011010000110111010101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED673; }

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

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

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

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

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

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

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

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