#FBC795

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

Shades of Peach-Orange #FBC795

Tints of Peach-Orange #FBC795

Color information

#FBC795 (or 0xFBC795) is unknown color: approx Peach-Orange. HEX triplet: FB, C7 and 95. RGB value is (251,199,149). Sum of RGB (Red+Green+Blue) = 251+199+149=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC795 is #04386A. Grayscale: #D1D1D1. Windows color (decimal): -276587 or 9816059. OLE color: 9816059.

HSL color Cylindrical-coordinate representation of color #FBC795: hue angle of 29.41º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBC795 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251199149-
CMYK00.210.410.02
HSL29.41º92.73%78.43%-
HSV(B)29.41º40.64%98.43%-
XYZ65.6363.5337.24-
YUV208.8594.23158.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 199 (78.12% from 255) = 33.22%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=41.90%
G=33.22%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119914900.210.410.0229.4192.7378.43
HexFBC7950152921d5d4e
Octal37330722502551235135116
Binary111110111100011110010101010101101001101110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC795; }

 p { color: rgb(251,199,149); }

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

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

 a { background-color: rgb(251,199,149); }

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

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

 span { border-color: rgb(251,199,149); }

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