Html Css Color HEX #F13F04 Orange Red

📋 copy color: '#F13F04'

red 241 ◦ green 63 ◦ blue 4

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

Shades of Orange Red #F13F04

Tints of Orange Red #F13F04

RGB

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

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

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

R = 78.25%
G = 20.45%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13F04 (or 0xF13F04) is known color: Orange Red. HEX triplet: F1, 3F and 04. RGB value is (241,63,4). Sum of RGB (Red+Green+Blue) = 241+63+4=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F04 is #0EC0FB. Grayscale: #6D6D6D. Windows color (decimal): -966908 or 278513. OLE color: 278513.

HSL color Cylindrical-coordinate representation of color #F13F04: hue angle of 14.94º 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 #F13F04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 63 4 -
CMYK 0 0.74 0.98 0.05
HSL 14.94º 0.97% 0.48% -
HSV(B) 14.94º 0.98% 0.95% -
XYZ 38.08 22.26 2.41 -
YUV 109.5 68.47 221.8 -
System Red Green Blue C M Y K H S L
Decimal 241 63 4 0 0.74 0.98 0.05 14.94 0.97 0.48
Hex F1 3F 4 0 4A 62 5 F 61 30
Octal 361 77 4 0 112 142 5 17 141 60
Binary 11110001 111111 100 0 1001010 1100010 101 1111 1100001 110000

Color Harmonies of #F13F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F04

Black with #F13F04

Text Example


Text Example

White with #F13F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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