#FBCA97

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

Shades of Peach-Orange #FBCA97

Tints of Peach-Orange #FBCA97

Color information

#FBCA97 (or 0xFBCA97) is unknown color: approx Peach-Orange. HEX triplet: FB, CA and 97. RGB value is (251,202,151). Sum of RGB (Red+Green+Blue) = 251+202+151=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA97 is #043568. Grayscale: #D3D3D3. Windows color (decimal): -275817 or 9947899. OLE color: 9947899.

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

Color convert

RGB251202151-
CMYK00.200.400.02
HSL30.6º92.59%78.82%-
HSV(B)30.6º39.84%98.43%-
XYZ66.4964.9838.32-
YUV210.8494.23156.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 151 (59.38% from 255) = 25%
R=41.56%
G=33.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120215100.200.400.0230.692.5978.82
HexFBCA970142821f5d4f
Octal37331222702450237135117
Binary111110111100101010010111010100101000101111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA97; }

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

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

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

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

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

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

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

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