#F5490C

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

Shades of Orange Red #F5490C

Tints of Orange Red #F5490C

Color information

#F5490C (or 0xF5490C) is unknown color: approx Orange Red. HEX triplet: F5, 49 and 0C. RGB value is (245,73,12). Sum of RGB (Red+Green+Blue) = 245+73+12=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F5490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5490C is #0AB6F3. Grayscale: #757575. Windows color (decimal): -702196 or 805365. OLE color: 805365.

HSL color Cylindrical-coordinate representation of color #F5490C: hue angle of 15.71º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5490C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB2457312-
CMYK00.700.950.04
HSL15.71º92.09%50.39%-
HSV(B)15.71º95.1%96.08%-
XYZ40.1124.22.91-
YUV117.4768.48218.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 74.24%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 12 (5.08% from 255) = 3.64%
R=74.24%
G=22.12%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245731200.700.950.0415.7192.0950.39
HexF549C0465F4105c32
Octal36511114010613742013462
Binary1111010110010011100010001101011111100100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5490C; }

 p { color: rgb(245,73,12); }

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

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

 a { background-color: rgb(245,73,12); }

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

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

 span { border-color: rgb(245,73,12); }

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