#FF8B5A

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

Shades of Crusta #FF8B5A

Tints of Crusta #FF8B5A

Color information

#FF8B5A (or 0xFF8B5A) is unknown color: approx Crusta. HEX triplet: FF, 8B and 5A. RGB value is (255,139,90). Sum of RGB (Red+Green+Blue) = 255+139+90=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B5A is #0074A5. Grayscale: #A8A8A8. Windows color (decimal): -29862 or 5934079. OLE color: 5934079.

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

Color convert

RGB25513990-
CMYK00.450.650
HSL17.82º100%67.65%-
HSV(B)17.82º64.71%100%-
XYZ52.3240.4614.73-
YUV168.183.93189.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=52.69%
G=28.72%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551399000.450.65017.8210067.65
HexFF8B5A02D410126444
Octal377213132055101022144104
Binary111111111000101110110100101101100000101001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8B5A; }

 p { color: rgb(255,139,90); }

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

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

 a { background-color: rgb(255,139,90); }

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

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

 span { border-color: rgb(255,139,90); }

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