#FFCB9A

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

Shades of Peach-Orange #FFCB9A

Tints of Peach-Orange #FFCB9A

Color information

#FFCB9A (or 0xFFCB9A) is unknown color: approx Peach-Orange. HEX triplet: FF, CB and 9A. RGB value is (255,203,154). Sum of RGB (Red+Green+Blue) = 255+203+154=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB9A is #003465. Grayscale: #D5D5D5. Windows color (decimal): -13414 or 10144767. OLE color: 10144767.

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

Color convert

RGB255203154-
CMYK00.200.400
HSL29.11º100%80.2%-
HSV(B)29.11º39.61%100%-
XYZ68.4366.339.76-
YUV212.9694.73157.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=41.67%
G=33.17%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520315400.200.40029.1110080.2
HexFFCB9A0142801d6450
Octal37731323202450035144120
Binary11111111110010111001101001010010100001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB9A; }

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

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

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

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

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

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

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

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