#FBCB9A

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

Shades of Peach-Orange #FBCB9A

Tints of Peach-Orange #FBCB9A

Color information

#FBCB9A (or 0xFBCB9A) is unknown color: approx Peach-Orange. HEX triplet: FB, CB and 9A. RGB value is (251,203,154). Sum of RGB (Red+Green+Blue) = 251+203+154=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 154 (60.55% from 255 or 25.33% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB9A is #043465. Grayscale: #D4D4D4. Windows color (decimal): -275558 or 10144763. OLE color: 10144763.

HSL color Cylindrical-coordinate representation of color #FBCB9A: hue angle of 30.31º 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 #FBCB9A is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251203154-
CMYK00.190.390.02
HSL30.31º92.38%79.41%-
HSV(B)30.31º38.65%98.43%-
XYZ66.9765.5539.7-
YUV211.7795.4155.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 154 (60.55% from 255) = 25.33%
R=41.28%
G=33.39%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120315400.190.390.0230.3192.3879.41
HexFBCB9A0132721e5c4f
Octal37331323202347236134117
Binary111110111100101110011010010011100111101111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB9A; }

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

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

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

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

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

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

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

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