#FF8F4E

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

Shades of Crusta #FF8F4E

Tints of Crusta #FF8F4E

Color information

#FF8F4E (or 0xFF8F4E) is unknown color: approx Crusta. HEX triplet: FF, 8F and 4E. RGB value is (255,143,78). Sum of RGB (Red+Green+Blue) = 255+143+78=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F4E is #0070B1. Grayscale: #A9A9A9. Windows color (decimal): -28850 or 5148671. OLE color: 5148671.

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

Color convert

RGB25514378-
CMYK00.440.690
HSL22.03º100%65.29%-
HSV(B)22.03º69.41%100%-
XYZ52.4441.4512.45-
YUV169.0876.61189.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 78 (30.86% from 255) = 16.39%
R=53.57%
G=30.04%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551437800.440.69022.0310065.29
HexFF8F4E02C450166441
Octal377217116054105026144101
Binary111111111000111110011100101100100010101011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8F4E; }

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

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

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

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

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

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

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

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