#f44700

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

Shades of Orange Red #F44700

Tints of Orange Red #F44700

Color information

#F44700 (or 0xF44700) is unknown color: approx Orange Red. HEX triplet: F4, 47 and 00. RGB value is (244,71,0). Sum of RGB (Red+Green+Blue) = 244+71+0=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F44700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44700 is #0BB8FF. Grayscale: #737373. Windows color (decimal): -768256 or 18420. OLE color: 18420.

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

Color convert

RGB244710-
CMYK00.7110.04
HSL17.46º100%47.84%-
HSV(B)17.46º100%95.69%-
XYZ39.5623.742.5-
YUV114.6363.31220.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 77.46%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.46%
G=22.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24471000.7110.0417.4610047.84
HexF4470047644116430
Octal3641070010714442114460
Binary1111010010001110010001111100100100100011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f44700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f44700; }

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

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

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

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

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

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

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

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