#FF8E55

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

Shades of Crusta #FF8E55

Tints of Crusta #FF8E55

Color information

#FF8E55 (or 0xFF8E55) is unknown color: approx Crusta. HEX triplet: FF, 8E and 55. RGB value is (255,142,85). Sum of RGB (Red+Green+Blue) = 255+142+85=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E55 is #0071AA. Grayscale: #A9A9A9. Windows color (decimal): -29099 or 5607167. OLE color: 5607167.

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

Color convert

RGB25514285-
CMYK00.440.670
HSL20.12º100%66.67%-
HSV(B)20.12º66.67%100%-
XYZ52.5541.2613.79-
YUV169.2980.44189.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=52.90%
G=29.46%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551428500.440.67020.1210066.67
HexFF8E5502C430146443
Octal377216125054103024144103
Binary111111111000111010101010101100100001101010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E55; }

 p { color: rgb(255,142,85); }

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

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

 a { background-color: rgb(255,142,85); }

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

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

 span { border-color: rgb(255,142,85); }

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