#FF8D4E

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

Shades of Crusta #FF8D4E

Tints of Crusta #FF8D4E

Color information

#FF8D4E (or 0xFF8D4E) is unknown color: approx Crusta. HEX triplet: FF, 8D and 4E. RGB value is (255,141,78). Sum of RGB (Red+Green+Blue) = 255+141+78=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D4E is #0072B1. Grayscale: #A8A8A8. Windows color (decimal): -29362 or 5148159. OLE color: 5148159.

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

Color convert

RGB25514178-
CMYK00.450.690
HSL21.36º100%65.29%-
HSV(B)21.36º69.41%100%-
XYZ52.1440.8612.35-
YUV167.977.27190.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=53.80%
G=29.75%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551417800.450.69021.3610065.29
HexFF8D4E02D450156441
Octal377215116055105025144101
Binary111111111000110110011100101101100010101010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8D4E; }

 p { color: rgb(255,141,78); }

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

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

 a { background-color: rgb(255,141,78); }

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

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

 span { border-color: rgb(255,141,78); }

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