#FED09B

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

Shades of Peach-Orange #FED09B

Tints of Peach-Orange #FED09B

Color information

#FED09B (or 0xFED09B) is unknown color: approx Peach-Orange. HEX triplet: FE, D0 and 9B. RGB value is (254,208,155). Sum of RGB (Red+Green+Blue) = 254+208+155=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 155 (60.94% from 255 or 25.12% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FED09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED09B is #012F64. Grayscale: #D7D7D7. Windows color (decimal): -77669 or 10211582. OLE color: 10211582.

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

Color convert

RGB254208155-
CMYK00.180.390.00
HSL32.12º98.02%80.2%-
HSV(B)32.12º38.98%99.61%-
XYZ69.3568.5540.59-
YUV215.7193.74155.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 155 (60.94% from 255) = 25.12%
R=41.17%
G=33.71%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420815500.180.390.0032.1298.0280.2
HexFED09B012270206250
Octal37632023302247040142120
Binary111111101101000010011011010010100111010000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED09B; }

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

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

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

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

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

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

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

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