#FF4A3D

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

Shades of Sunset Orange #FF4A3D

Tints of Sunset Orange #FF4A3D

Color information

#FF4A3D (or 0xFF4A3D) is unknown color: approx Sunset Orange. HEX triplet: FF, 4A and 3D. RGB value is (255,74,61). Sum of RGB (Red+Green+Blue) = 255+74+61=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A3D is #00B5C2. Grayscale: #7E7E7E. Windows color (decimal): -46531 or 4016895. OLE color: 4016895.

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

Color convert

RGB2557461-
CMYK00.710.760
HSL4.02º100%61.96%-
HSV(B)4.02º76.08%100%-
XYZ44.5326.497.18-
YUV126.6490.97219.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 61 (24.22% from 255) = 15.64%
R=65.38%
G=18.97%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255746100.710.7604.0210061.96
HexFF4A3D0474C04643e
Octal3771127501071140414476
Binary11111111100101011110101000111100110001001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4A3D; }

 p { color: rgb(255,74,61); }

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

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

 a { background-color: rgb(255,74,61); }

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

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

 span { border-color: rgb(255,74,61); }

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