#F13F03

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

Shades of Orange Red #F13F03

Tints of Orange Red #F13F03

Color information

#F13F03 (or 0xF13F03) is unknown color: approx Orange Red. HEX triplet: F1, 3F and 03. RGB value is (241,63,3). Sum of RGB (Red+Green+Blue) = 241+63+3=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F03 is #0EC0FC. Grayscale: #6D6D6D. Windows color (decimal): -966909 or 212977. OLE color: 212977.

HSL color Cylindrical-coordinate representation of color #F13F03: hue angle of 15.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F13F03 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB241633-
CMYK00.740.990.05
HSL15.13º97.54%47.84%-
HSV(B)15.13º98.76%94.51%-
XYZ38.0722.262.38-
YUV109.3867.97221.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 78.50%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=78.50%
G=20.52%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24163300.740.990.0515.1397.5447.84
HexF13F304A635f6230
Octal361773011214351714260
Binary111100011111111101001010110001110111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13F03; }

 p { color: rgb(241,63,3); }

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

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

 a { background-color: rgb(241,63,3); }

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

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

 span { border-color: rgb(241,63,3); }

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