Html Css Color HEX #F13F03 Orange Red

📋 copy color: '#F13F03'

red 241 ◦ green 63 ◦ blue 3

#F13F03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F13F03

Tints of Orange Red #F13F03

RGB

 RED value IS 241 (94.53% from 255) = 78.5%

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 78.5%
G = 20.52%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F13F03 (or 0xF13F03) is known color: 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

RGB 241 63 3 -
CMYK 0 0.74 0.99 0.05
HSL 15.13º 0.98% 0.48% -
HSV(B) 15.13º 0.99% 0.95% -
XYZ 38.07 22.26 2.38 -
YUV 109.38 67.97 221.88 -
System Red Green Blue C M Y K H S L
Decimal 241 63 3 0 0.74 0.99 0.05 15.13 0.98 0.48
Hex F1 3F 3 0 4A 63 5 F 62 30
Octal 361 77 3 0 112 143 5 17 142 60
Binary 11110001 111111 11 0 1001010 1100011 101 1111 1100010 110000

Color Harmonies of #F13F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F03

Black with #F13F03

Text Example


Text Example

White with #F13F03

Text Example


Text Example

HTML Codes & Css Web 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>