#FBCB93

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

Shades of Peach-Orange #FBCB93

Tints of Peach-Orange #FBCB93

Color information

#FBCB93 (or 0xFBCB93) is unknown color: approx Peach-Orange. HEX triplet: FB, CB and 93. RGB value is (251,203,147). Sum of RGB (Red+Green+Blue) = 251+203+147=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB93 is #04346C. Grayscale: #D3D3D3. Windows color (decimal): -275565 or 9686011. OLE color: 9686011.

HSL color Cylindrical-coordinate representation of color #FBCB93: hue angle of 32.31º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBCB93 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251203147-
CMYK00.190.410.02
HSL32.31º92.86%78.04%-
HSV(B)32.31º41.43%98.43%-
XYZ66.4165.3336.71-
YUV210.9791.9156.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 147 (57.81% from 255) = 24.46%
R=41.76%
G=33.78%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120314700.190.410.0232.3192.8678.04
HexFBCB93013292205d4e
Octal37331322302351240135116
Binary1111101111001011100100110100111010011010000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB93; }

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

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

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

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

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

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

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

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