#FF4A40

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

Shades of Sunset Orange #FF4A40

Tints of Sunset Orange #FF4A40

Color information

#FF4A40 (or 0xFF4A40) is unknown color: approx Sunset Orange. HEX triplet: FF, 4A and 40. RGB value is (255,74,64). Sum of RGB (Red+Green+Blue) = 255+74+64=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A40 is #00B5BF. Grayscale: #7F7F7F. Windows color (decimal): -46528 or 4213503. OLE color: 4213503.

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

Color convert

RGB2557464-
CMYK00.710.750
HSL3.14º100%62.55%-
HSV(B)3.14º74.9%100%-
XYZ44.6126.537.62-
YUV126.9892.47219.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.89%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 64 (25.39% from 255) = 16.28%
R=64.89%
G=18.83%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255746400.710.7503.1410062.55
HexFF4A400474B03643f
Octal37711210001071130314477
Binary11111111100101010000000100011110010110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4A40; }

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

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

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

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

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

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

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

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