#FED67D

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

Shades of Salomie #FED67D

Tints of Salomie #FED67D

Color information

#FED67D (or 0xFED67D) is unknown color: approx Salomie. HEX triplet: FE, D6 and 7D. RGB value is (254,214,125). Sum of RGB (Red+Green+Blue) = 254+214+125=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FED67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED67D is #012982. Grayscale: #D8D8D8. Windows color (decimal): -76163 or 8247038. OLE color: 8247038.

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

Color convert

RGB254214125-
CMYK00.160.510.00
HSL41.4º98.47%74.31%-
HSV(B)41.4º50.79%99.61%-
XYZ68.6270.6429.42-
YUV215.8176.75155.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 125 (49.22% from 255) = 21.08%
R=42.83%
G=36.09%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421412500.160.510.0041.498.4774.31
HexFED67D01033029624a
Octal37632617502063051142112
Binary11111110110101101111101010000110011010100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED67D; }

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

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

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

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

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

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

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

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