Html Css Color HEX #F13A04 Orange Red

📋 copy color: '#F13A04'

red 241 ◦ green 58 ◦ blue 4

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

Shades of Orange Red #F13A04

Tints of Orange Red #F13A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 79.54%
G = 19.14%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13A04 (or 0xF13A04) is known color: Orange Red. HEX triplet: F1, 3A and 04. RGB value is (241,58,4). Sum of RGB (Red+Green+Blue) = 241+58+4=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F13A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13A04 is #0EC5FB. Grayscale: #6A6A6A. Windows color (decimal): -968188 or 277233. OLE color: 277233.

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

Color convert

RGB 241 58 4 -
CMYK 0 0.76 0.98 0.05
HSL 13.67º 0.97% 0.48% -
HSV(B) 13.67º 0.98% 0.95% -
XYZ 37.81 21.74 2.32 -
YUV 106.56 70.13 223.89 -
System Red Green Blue C M Y K H S L
Decimal 241 58 4 0 0.76 0.98 0.05 13.67 0.97 0.48
Hex F1 3A 4 0 4C 62 5 E 61 30
Octal 361 72 4 0 114 142 5 16 141 60
Binary 11110001 111010 100 0 1001100 1100010 101 1110 1100001 110000

Color Harmonies of #F13A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13A04

Black with #F13A04

Text Example


Text Example

White with #F13A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13A04; }

 p { color: rgb(241,58,4); }

 H1.HeaderClassName
 {
   color: #F13A04;
 }
 .AnyTagClassName
 {
   color: #F13A04;
 }
</style>

background-color css

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

 a { background-color: rgb(241,58,4); }

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

border-color css

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

 span { border-color: rgb(241,58,4); }

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