Html Css Color HEX #F13C04 Orange Red

📋 copy color: '#F13C04'

red 241 ◦ green 60 ◦ blue 4

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

Shades of Orange Red #F13C04

Tints of Orange Red #F13C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 79.02%
G = 19.67%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13C04 (or 0xF13C04) is known color: Orange Red. HEX triplet: F1, 3C and 04. RGB value is (241,60,4). Sum of RGB (Red+Green+Blue) = 241+60+4=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C04 is #0EC3FB. Grayscale: #6C6C6C. Windows color (decimal): -967676 or 277745. OLE color: 277745.

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

Color convert

RGB 241 60 4 -
CMYK 0 0.75 0.98 0.05
HSL 14.18º 0.97% 0.48% -
HSV(B) 14.18º 0.98% 0.95% -
XYZ 37.91 21.94 2.35 -
YUV 107.74 69.47 223.05 -
System Red Green Blue C M Y K H S L
Decimal 241 60 4 0 0.75 0.98 0.05 14.18 0.97 0.48
Hex F1 3C 4 0 4B 62 5 E 61 30
Octal 361 74 4 0 113 142 5 16 141 60
Binary 11110001 111100 100 0 1001011 1100010 101 1110 1100001 110000

Color Harmonies of #F13C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C04

Black with #F13C04

Text Example


Text Example

White with #F13C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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