#FF4416

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

Shades of Orange Red #FF4416

Tints of Orange Red #FF4416

Color information

#FF4416 (or 0xFF4416) is unknown color: approx Orange Red. HEX triplet: FF, 44 and 16. RGB value is (255,68,22). Sum of RGB (Red+Green+Blue) = 255+68+22=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4416 is #00BBE9. Grayscale: #777777. Windows color (decimal): -48106 or 1459455. OLE color: 1459455.

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

Color convert

RGB2556822-
CMYK00.730.910
HSL11.85º100%54.31%-
HSV(B)11.85º91.37%100%-
XYZ43.4525.453.38-
YUV118.6773.45225.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=73.91%
G=19.71%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255682200.730.91011.8510054.31
HexFF44160495B0c6436
Octal37710426011113301414466
Binary11111111100010010110010010011011011011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4416; }

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

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

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

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

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

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

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

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