Html Css Color HEX #F13F01 Orange Red

📋 copy color: '#F13F01'

red 241 ◦ green 63 ◦ blue 1

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

Shades of Orange Red #F13F01

Tints of Orange Red #F13F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 79.02%
G = 20.66%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F13F01 (or 0xF13F01) is known color: Orange Red. HEX triplet: F1, 3F and 01. RGB value is (241,63,1). Sum of RGB (Red+Green+Blue) = 241+63+1=305 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.02% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13F01 is #0EC0FE. Grayscale: #6D6D6D. Windows color (decimal): -966911 or 81905. OLE color: 81905.

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

Color convert

RGB 241 63 1 -
CMYK 0 0.74 1.00 0.05
HSL 15.5º 0.99% 0.47% -
HSV(B) 15.5º 1% 0.95% -
XYZ 38.06 22.26 2.32 -
YUV 109.15 66.97 222.04 -
System Red Green Blue C M Y K H S L
Decimal 241 63 1 0 0.74 1.00 0.05 15.5 0.99 0.47
Hex F1 3F 1 0 4A 64 5 10 63 2F
Octal 361 77 1 0 112 144 5 20 143 57
Binary 11110001 111111 1 0 1001010 1100100 101 10000 1100011 101111

Color Harmonies of #F13F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13F01

Black with #F13F01

Text Example


Text Example

White with #F13F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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