#FB8A5F

Color #FB8A5F Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #FB8A5F

Tints of Crusta #FB8A5F

Color information

#FB8A5F (or 0xFB8A5F) is unknown color: approx Crusta. HEX triplet: FB, 8A and 5F. RGB value is (251,138,95). Sum of RGB (Red+Green+Blue) = 251+138+95=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8A5F is #0475A0. Grayscale: #A7A7A7. Windows color (decimal): -292257 or 6261499. OLE color: 6261499.

HSL color Cylindrical-coordinate representation of color #FB8A5F: hue angle of 16.54º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB8A5F is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB25113895-
CMYK00.450.620.02
HSL16.54º95.12%67.84%-
HSV(B)16.54º62.15%98.43%-
XYZ50.9439.5115.77-
YUV166.8987.44188-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.86%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 95 (37.5% from 255) = 19.63%
R=51.86%
G=28.51%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511389500.450.620.0216.5495.1267.84
HexFB8A5F02D3E2115f44
Octal37321213705576221137104
Binary111110111000101010111110101101111110101000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8A5F; }

 p { color: rgb(251,138,95); }

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

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

 a { background-color: rgb(251,138,95); }

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

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

 span { border-color: rgb(251,138,95); }

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