#FF4400

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

Shades of Orange Red #FF4400

Tints of Orange Red #FF4400

Color information

#FF4400 (or 0xFF4400) is unknown color: approx Orange Red. HEX triplet: FF, 44 and 00. RGB value is (255,68,0). Sum of RGB (Red+Green+Blue) = 255+68+0=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4400 is #00BBFF. Grayscale: #747474. Windows color (decimal): -48128 or 17663. OLE color: 17663.

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

Color convert

RGB255680-
CMYK00.7310
HSL16º100%50%-
HSV(B)16º100%100%-
XYZ43.3125.392.62-
YUV116.1662.45227.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.95%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.95%
G=21.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25568000.73101610050
HexFF440049640106432
Octal3771040011114402014462
Binary11111111100010000100100111001000100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4400; }

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

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

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

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

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

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

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

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