#FED680

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

Shades of Salomie #FED680

Tints of Salomie #FED680

Color information

#FED680 (or 0xFED680) is unknown color: approx Salomie. HEX triplet: FE, D6 and 80. RGB value is (254,214,128). Sum of RGB (Red+Green+Blue) = 254+214+128=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FED680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED680 is #01297F. Grayscale: #D8D8D8. Windows color (decimal): -76160 or 8443646. OLE color: 8443646.

HSL color Cylindrical-coordinate representation of color #FED680: hue angle of 40.95º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED680 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254214128-
CMYK00.160.500.00
HSL40.95º98.44%74.9%-
HSV(B)40.95º49.61%99.61%-
XYZ68.8270.7230.45-
YUV216.1678.25154.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 128 (50.39% from 255) = 21.48%
R=42.62%
G=35.91%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421412800.160.500.0040.9598.4474.9
HexFED68001032029624b
Octal37632620002062051142113
Binary111111101101011010000000010000110010010100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED680; }

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

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

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

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

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

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

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

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