#fed17b

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

Shades of Salomie #FED17B

Tints of Salomie #FED17B

Color information

#FED17B (or 0xFED17B) is unknown color: approx Salomie. HEX triplet: FE, D1 and 7B. RGB value is (254,209,123). Sum of RGB (Red+Green+Blue) = 254+209+123=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED17B is #012E84. Grayscale: #D5D5D5. Windows color (decimal): -77445 or 8114686. OLE color: 8114686.

HSL color Cylindrical-coordinate representation of color #FED17B: hue angle of 39.39º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED17B is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254209123-
CMYK00.180.520.00
HSL39.39º98.5%73.92%-
HSV(B)39.39º51.57%99.61%-
XYZ67.2568.128.34-
YUV212.6577.41157.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 209 (82.03% from 255) = 35.67%
BLUE value IS 123 (48.44% from 255) = 20.99%
R=43.34%
G=35.67%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420912300.180.520.0039.3998.573.92
HexFED17B01234027624a
Octal37632117302264047142112
Binary11111110110100011111011010010110100010011111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fed17b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fed17b; }

 p { color: rgb(254,209,123); }

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

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

 a { background-color: rgb(254,209,123); }

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

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

 span { border-color: rgb(254,209,123); }

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