#FBCB92

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

Shades of Peach-Orange #FBCB92

Tints of Peach-Orange #FBCB92

Color information

#FBCB92 (or 0xFBCB92) is unknown color: approx Peach-Orange. HEX triplet: FB, CB and 92. RGB value is (251,203,146). Sum of RGB (Red+Green+Blue) = 251+203+146=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 146 (57.42% from 255 or 24.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB92 is #04346D. Grayscale: #D3D3D3. Windows color (decimal): -275566 or 9620475. OLE color: 9620475.

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

Color convert

RGB251203146-
CMYK00.190.420.02
HSL32.57º92.92%77.84%-
HSV(B)32.57º41.83%98.43%-
XYZ66.3365.336.3-
YUV210.8591.4156.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 146 (57.42% from 255) = 24.33%
R=41.83%
G=33.83%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120314600.190.420.0232.5792.9277.84
HexFBCB920132A2215d4e
Octal37331322202352241135116
Binary1111101111001011100100100100111010101010000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB92; }

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

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

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

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

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

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

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

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