#FF8A5C

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

Shades of Crusta #FF8A5C

Tints of Crusta #FF8A5C

Color information

#FF8A5C (or 0xFF8A5C) is unknown color: approx Crusta. HEX triplet: FF, 8A and 5C. RGB value is (255,138,92). Sum of RGB (Red+Green+Blue) = 255+138+92=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A5C is #0075A3. Grayscale: #A8A8A8. Windows color (decimal): -30116 or 6064895. OLE color: 6064895.

HSL color Cylindrical-coordinate representation of color #FF8A5C: hue angle of 16.93º 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 #FF8A5C is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25513892-
CMYK00.460.640
HSL16.93º100%68.04%-
HSV(B)16.93º63.92%100%-
XYZ52.2640.2115.13-
YUV167.7485.26190.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=52.58%
G=28.45%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551389200.460.64016.9310068.04
HexFF8A5C02E400116444
Octal377212134056100021144104
Binary111111111000101010111000101110100000001000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A5C; }

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

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

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

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

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

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

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

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