#FCCB95

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

Shades of Peach-Orange #FCCB95

Tints of Peach-Orange #FCCB95

Color information

#FCCB95 (or 0xFCCB95) is unknown color: approx Peach-Orange. HEX triplet: FC, CB and 95. RGB value is (252,203,149). Sum of RGB (Red+Green+Blue) = 252+203+149=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCB95 is #03346A. Grayscale: #D3D3D3. Windows color (decimal): -210027 or 9817084. OLE color: 9817084.

HSL color Cylindrical-coordinate representation of color #FCCB95: hue angle of 31.46º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCCB95 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB252203149-
CMYK00.190.410.01
HSL31.46º94.5%78.63%-
HSV(B)31.46º40.87%98.82%-
XYZ66.9365.5837.56-
YUV211.4992.73156.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 149 (58.59% from 255) = 24.67%
R=41.72%
G=33.61%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220314900.190.410.0131.4694.578.63
HexFCCB950132911f5e4f
Octal37431322502351137136117
Binary11111100110010111001010101001110100111111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCB95; }

 p { color: rgb(252,203,149); }

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

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

 a { background-color: rgb(252,203,149); }

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

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

 span { border-color: rgb(252,203,149); }

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