#FFCB8B

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

Shades of Peach-Orange #FFCB8B

Tints of Peach-Orange #FFCB8B

Color information

#FFCB8B (or 0xFFCB8B) is unknown color: approx Peach-Orange. HEX triplet: FF, CB and 8B. RGB value is (255,203,139). Sum of RGB (Red+Green+Blue) = 255+203+139=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 139 (54.69% from 255 or 23.28% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB8B is #003474. Grayscale: #D3D3D3. Windows color (decimal): -13429 or 9161727. OLE color: 9161727.

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

Color convert

RGB255203139-
CMYK00.200.450
HSL33.1º100%77.25%-
HSV(B)33.1º45.49%100%-
XYZ67.2665.8433.59-
YUV211.2587.23159.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 139 (54.69% from 255) = 23.28%
R=42.71%
G=34.00%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520313900.200.45033.110077.25
HexFFCB8B0142D021644d
Octal37731321302455041144115
Binary111111111100101110001011010100101101010000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB8B; }

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

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

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

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

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

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

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

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