#FED097

Color #FED097 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FED097

Tints of Peach-Orange #FED097

Color information

#FED097 (or 0xFED097) is unknown color: approx Peach-Orange. HEX triplet: FE, D0 and 97. RGB value is (254,208,151). Sum of RGB (Red+Green+Blue) = 254+208+151=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED097 is #012F68. Grayscale: #D7D7D7. Windows color (decimal): -77673 or 9949438. OLE color: 9949438.

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

Color convert

RGB254208151-
CMYK00.180.410.00
HSL33.2º98.1%79.41%-
HSV(B)33.2º40.55%99.61%-
XYZ69.0168.4238.85-
YUV215.2691.74155.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 151 (59.38% from 255) = 24.63%
R=41.44%
G=33.93%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420815100.180.410.0033.298.179.41
HexFED09701229021624f
Octal37632022702251041142117
Binary111111101101000010010111010010101001010000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED097; }

 p { color: rgb(254,208,151); }

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

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

 a { background-color: rgb(254,208,151); }

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

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

 span { border-color: rgb(254,208,151); }

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