#FBCA9A

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

Shades of Peach-Orange #FBCA9A

Tints of Peach-Orange #FBCA9A

Color information

#FBCA9A (or 0xFBCA9A) is unknown color: approx Peach-Orange. HEX triplet: FB, CA and 9A. RGB value is (251,202,154). Sum of RGB (Red+Green+Blue) = 251+202+154=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA9A is #043565. Grayscale: #D3D3D3. Windows color (decimal): -275814 or 10144507. OLE color: 10144507.

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

Color convert

RGB251202154-
CMYK00.200.390.02
HSL29.69º92.38%79.41%-
HSV(B)29.69º38.65%98.43%-
XYZ66.7465.0839.62-
YUV211.1895.73156.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.35%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 154 (60.55% from 255) = 25.37%
R=41.35%
G=33.28%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120215400.200.390.0229.6992.3879.41
HexFBCA9A0142721e5c4f
Octal37331223202447236134117
Binary111110111100101010011010010100100111101111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA9A; }

 p { color: rgb(251,202,154); }

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

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

 a { background-color: rgb(251,202,154); }

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

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

 span { border-color: rgb(251,202,154); }

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