#F44310

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

Shades of Orange Red #F44310

Tints of Orange Red #F44310

Color information

#F44310 (or 0xF44310) is unknown color: approx Orange Red. HEX triplet: F4, 43 and 10. RGB value is (244,67,16). Sum of RGB (Red+Green+Blue) = 244+67+16=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F44310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44310 is #0BBCEF. Grayscale: #727272. Windows color (decimal): -769264 or 1065972. OLE color: 1065972.

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

Color convert

RGB2446716-
CMYK00.730.930.04
HSL13.42º91.2%50.98%-
HSV(B)13.42º93.44%95.69%-
XYZ39.4123.282.91-
YUV114.1172.64220.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 74.62%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=74.62%
G=20.49%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244671600.730.930.0413.4291.250.98
HexF443100495D4d5b33
Octal36410320011113541513363
Binary1111010010000111000001001001101110110011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44310; }

 p { color: rgb(244,67,16); }

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

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

 a { background-color: rgb(244,67,16); }

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

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

 span { border-color: rgb(244,67,16); }

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