#FED67C

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

Shades of Salomie #FED67C

Tints of Salomie #FED67C

Color information

#FED67C (or 0xFED67C) is unknown color: approx Salomie. HEX triplet: FE, D6 and 7C. RGB value is (254,214,124). Sum of RGB (Red+Green+Blue) = 254+214+124=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED67C is #012983. Grayscale: #D8D8D8. Windows color (decimal): -76164 or 8181502. OLE color: 8181502.

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

Color convert

RGB254214124-
CMYK00.160.510.00
HSL41.54º98.48%74.12%-
HSV(B)41.54º51.18%99.61%-
XYZ68.5670.6229.09-
YUV215.776.25155.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 124 (48.83% from 255) = 20.95%
R=42.91%
G=36.15%
B=20.95%

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
Decimal25421412400.160.510.0041.5498.4874.12
HexFED67C0103302a624a
Octal37632617402063052142112
Binary11111110110101101111100010000110011010101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED67C; }

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

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

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

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

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

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

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

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