#FF8E4D

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

Shades of Crusta #FF8E4D

Tints of Crusta #FF8E4D

Color information

#FF8E4D (or 0xFF8E4D) is unknown color: approx Crusta. HEX triplet: FF, 8E and 4D. RGB value is (255,142,77). Sum of RGB (Red+Green+Blue) = 255+142+77=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E4D is #0071B2. Grayscale: #A8A8A8. Windows color (decimal): -29107 or 5082879. OLE color: 5082879.

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

Color convert

RGB25514277-
CMYK00.440.700
HSL21.91º100%65.1%-
HSV(B)21.91º69.8%100%-
XYZ52.2541.1412.21-
YUV168.3876.44189.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 77 (30.47% from 255) = 16.24%
R=53.80%
G=29.96%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551427700.440.70021.9110065.1
HexFF8E4D02C460166441
Octal377216115054106026144101
Binary111111111000111010011010101100100011001011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E4D; }

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

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

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

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

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

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

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

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