#FF4940

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

Shades of Sunset Orange #FF4940

Tints of Sunset Orange #FF4940

Color information

#FF4940 (or 0xFF4940) is unknown color: approx Sunset Orange. HEX triplet: FF, 49 and 40. RGB value is (255,73,64). Sum of RGB (Red+Green+Blue) = 255+73+64=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4940 is #00B6BF. Grayscale: #7E7E7E. Windows color (decimal): -46784 or 4213247. OLE color: 4213247.

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

Color convert

RGB2557364-
CMYK00.710.750
HSL2.83º100%62.55%-
HSV(B)2.83º74.9%100%-
XYZ44.5526.47.6-
YUV126.3992.8219.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 73 (28.91% from 255) = 18.62%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=65.05%
G=18.62%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255736400.710.7502.8310062.55
HexFF49400474B03643f
Octal37711110001071130314477
Binary11111111100100110000000100011110010110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4940; }

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

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

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

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

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

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

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

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