#FFCB95

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

Shades of Peach-Orange #FFCB95

Tints of Peach-Orange #FFCB95

Color information

#FFCB95 (or 0xFFCB95) is unknown color: approx Peach-Orange. HEX triplet: FF, CB and 95. RGB value is (255,203,149). Sum of RGB (Red+Green+Blue) = 255+203+149=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 149 (58.59% from 255 or 24.55% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB95 is #00346A. Grayscale: #D4D4D4. Windows color (decimal): -13419 or 9817087. OLE color: 9817087.

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

Color convert

RGB255203149-
CMYK00.200.420
HSL30.57º100%79.22%-
HSV(B)30.57º41.57%100%-
XYZ68.0266.1437.62-
YUV212.3992.23158.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 149 (58.59% from 255) = 24.55%
R=42.01%
G=33.44%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520314900.200.42030.5710079.22
HexFFCB950142A01f644f
Octal37731322502452037144117
Binary11111111110010111001010101010010101001111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB95; }

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

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

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

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

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

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

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

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