#FF3900

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

Shades of Orange Red #FF3900

Tints of Orange Red #FF3900

Color information

#FF3900 (or 0xFF3900) is unknown color: approx Orange Red. HEX triplet: FF, 39 and 00. RGB value is (255,57,0). Sum of RGB (Red+Green+Blue) = 255+57+0=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3900 is #00C6FF. Grayscale: #6E6E6E. Windows color (decimal): -50944 or 14847. OLE color: 14847.

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

Color convert

RGB255570-
CMYK00.7810
HSL13.41º100%50%-
HSV(B)13.41º100%100%-
XYZ42.724.192.42-
YUV109.766.1231.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 81.73%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.73%
G=18.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25557000.781013.4110050
HexFF39004E640d6432
Octal377710011614401514462
Binary111111111110010010011101100100011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3900; }

 p { color: rgb(255,57,0); }

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

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

 a { background-color: rgb(255,57,0); }

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

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

 span { border-color: rgb(255,57,0); }

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