#FDC791

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

Shades of Peach-Orange #FDC791

Tints of Peach-Orange #FDC791

Color information

#FDC791 (or 0xFDC791) is unknown color: approx Peach-Orange. HEX triplet: FD, C7 and 91. RGB value is (253,199,145). Sum of RGB (Red+Green+Blue) = 253+199+145=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC791 is #02386E. Grayscale: #D1D1D1. Windows color (decimal): -145519 or 9553917. OLE color: 9553917.

HSL color Cylindrical-coordinate representation of color #FDC791: hue angle of 30º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDC791 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253199145-
CMYK00.210.430.01
HSL30º96.43%78.04%-
HSV(B)30º42.69%99.22%-
XYZ66.0463.7735.62-
YUV208.9991.89159.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 24.29%
R=42.38%
G=33.33%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319914500.210.430.013096.4378.04
HexFDC7910152B11e604e
Octal37530722102553136140116
Binary11111101110001111001000101010110101111111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC791; }

 p { color: rgb(253,199,145); }

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

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

 a { background-color: rgb(253,199,145); }

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

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

 span { border-color: rgb(253,199,145); }

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