#FF8A5B

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

Shades of Crusta #FF8A5B

Tints of Crusta #FF8A5B

Color information

#FF8A5B (or 0xFF8A5B) is unknown color: approx Crusta. HEX triplet: FF, 8A and 5B. RGB value is (255,138,91). Sum of RGB (Red+Green+Blue) = 255+138+91=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A5B is #0075A4. Grayscale: #A7A7A7. Windows color (decimal): -30117 or 5999359. OLE color: 5999359.

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

Color convert

RGB25513891-
CMYK00.460.640
HSL17.2º100%67.84%-
HSV(B)17.2º64.31%100%-
XYZ52.2240.1914.9-
YUV167.6284.76190.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 91 (35.94% from 255) = 18.80%
R=52.69%
G=28.51%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551389100.460.64017.210067.84
HexFF8A5B02E400116444
Octal377212133056100021144104
Binary111111111000101010110110101110100000001000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A5B; }

 p { color: rgb(255,138,91); }

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

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

 a { background-color: rgb(255,138,91); }

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

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

 span { border-color: rgb(255,138,91); }

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