#ff463f

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

Shades of Sunset Orange #FF463F

Tints of Sunset Orange #FF463F

Color information

#FF463F (or 0xFF463F) is unknown color: approx Sunset Orange. HEX triplet: FF, 46 and 3F. RGB value is (255,70,63). Sum of RGB (Red+Green+Blue) = 255+70+63=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF463F is #00B9C0. Grayscale: #7C7C7C. Windows color (decimal): -47553 or 4146943. OLE color: 4146943.

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

Color convert

RGB2557063-
CMYK00.730.750
HSL2.19º100%62.35%-
HSV(B)2.19º75.29%100%-
XYZ44.33267.38-
YUV124.5293.29221.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.72%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 63 (25% from 255) = 16.24%
R=65.72%
G=18.04%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255706300.730.7502.1910062.35
HexFF463F0494B02643e
Octal3771067701111130214476
Binary1111111110001101111110100100110010110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff463f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff463f; }

 p { color: rgb(255,70,63); }

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

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

 a { background-color: rgb(255,70,63); }

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

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

 span { border-color: rgb(255,70,63); }

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