#FF463A

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

Shades of Sunset Orange #FF463A

Tints of Sunset Orange #FF463A

Color information

#FF463A (or 0xFF463A) is unknown color: approx Sunset Orange. HEX triplet: FF, 46 and 3A. RGB value is (255,70,58). Sum of RGB (Red+Green+Blue) = 255+70+58=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF463A is #00B9C5. Grayscale: #7C7C7C. Windows color (decimal): -47558 or 3819263. OLE color: 3819263.

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

Color convert

RGB2557058-
CMYK00.730.770
HSL3.65º100%61.37%-
HSV(B)3.65º77.25%100%-
XYZ44.1925.956.68-
YUV123.9590.79221.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.58%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=66.58%
G=18.28%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255705800.730.7703.6510061.37
HexFF463A0494D04643d
Octal3771067201111150414475
Binary11111111100011011101001001001100110101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF463A; }

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

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

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

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

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

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

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

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