#FF4700

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

Shades of Orange Red #FF4700

Tints of Orange Red #FF4700

Color information

#FF4700 (or 0xFF4700) is unknown color: approx Orange Red. HEX triplet: FF, 47 and 00. RGB value is (255,71,0). Sum of RGB (Red+Green+Blue) = 255+71+0=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4700 is #00B8FF. Grayscale: #767676. Windows color (decimal): -47360 or 18431. OLE color: 18431.

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

Color convert

RGB255710-
CMYK00.7210
HSL16.71º100%50%-
HSV(B)16.71º100%100%-
XYZ43.4925.772.68-
YUV117.9261.46225.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.22%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.22%
G=21.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25571000.721016.7110050
HexFF470048640116432
Octal3771070011014402114462
Binary11111111100011100100100011001000100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4700; }

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

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

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

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

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

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

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

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