Html Css Color HEX #F13C00 Orange Red

📋 copy color: '#F13C00'

red 241 ◦ green 60 ◦ blue 0

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

Shades of Orange Red #F13C00

Tints of Orange Red #F13C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.07%
G = 19.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F13C00 (or 0xF13C00) is known color: Orange Red. HEX triplet: F1, 3C and 00. RGB value is (241,60,0). Sum of RGB (Red+Green+Blue) = 241+60+0=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13C00 is #0EC3FF. Grayscale: #6B6B6B. Windows color (decimal): -967680 or 15601. OLE color: 15601.

HSL color Cylindrical-coordinate representation of color #F13C00: hue angle of 14.94º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 60 0 -
CMYK 0 0.75 1 0.05
HSL 14.94º 1% 0.47% -
HSV(B) 14.94º 1% 0.95% -
XYZ 37.89 21.93 2.24 -
YUV 107.28 67.47 223.38 -
System Red Green Blue C M Y K H S L
Decimal 241 60 0 0 0.75 1 0.05 14.94 1 0.47
Hex F1 3C 0 0 4B 64 5 F 64 2F
Octal 361 74 0 0 113 144 5 17 144 57
Binary 11110001 111100 0 0 1001011 1100100 101 1111 1100100 101111

Color Harmonies of #F13C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13C00

Black with #F13C00

Text Example


Text Example

White with #F13C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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