#FE8B4E

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

Shades of Crusta #FE8B4E

Tints of Crusta #FE8B4E

Color information

#FE8B4E (or 0xFE8B4E) is unknown color: approx Crusta. HEX triplet: FE, 8B and 4E. RGB value is (254,139,78). Sum of RGB (Red+Green+Blue) = 254+139+78=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8B4E is #0174B1. Grayscale: #A6A6A6. Windows color (decimal): -95410 or 5147646. OLE color: 5147646.

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

Color convert

RGB25413978-
CMYK00.450.690.00
HSL20.8º98.88%65.1%-
HSV(B)20.8º69.29%99.61%-
XYZ51.4840.0912.23-
YUV166.4378.1190.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.93%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 78 (30.86% from 255) = 16.56%
R=53.93%
G=29.51%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541397800.450.690.0020.898.8865.1
HexFE8B4E02D450156341
Octal376213116055105025143101
Binary111111101000101110011100101101100010101010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B4E; }

 p { color: rgb(254,139,78); }

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

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

 a { background-color: rgb(254,139,78); }

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

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

 span { border-color: rgb(254,139,78); }

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