#FBCA98

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

Shades of Peach-Orange #FBCA98

Tints of Peach-Orange #FBCA98

Color information

#FBCA98 (or 0xFBCA98) is unknown color: approx Peach-Orange. HEX triplet: FB, CA and 98. RGB value is (251,202,152). Sum of RGB (Red+Green+Blue) = 251+202+152=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCA98 is #043567. Grayscale: #D3D3D3. Windows color (decimal): -275816 or 10013435. OLE color: 10013435.

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

Color convert

RGB251202152-
CMYK00.200.390.02
HSL30.3º92.52%79.02%-
HSV(B)30.3º39.44%98.43%-
XYZ66.5765.0238.75-
YUV210.9594.73156.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 152 (59.77% from 255) = 25.12%
R=41.49%
G=33.39%
B=25.12%

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
Decimal25120215200.200.390.0230.392.5279.02
HexFBCA980142721e5d4f
Octal37331223002447236135117
Binary111110111100101010011000010100100111101111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCA98; }

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

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

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

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

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

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

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

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