Html Css Color HEX #F1403A Red Orange

📋 copy color: '#F1403A'

red 241 ◦ green 64 ◦ blue 58

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

Shades of Red Orange #F1403A

Tints of Red Orange #F1403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 66.39%
G = 17.63%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1403A (or 0xF1403A) is known color: Red Orange. HEX triplet: F1, 40 and 3A. RGB value is (241,64,58). Sum of RGB (Red+Green+Blue) = 241+64+58=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F1403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1403A is #0EBFC5. Grayscale: #747474. Windows color (decimal): -966598 or 3817713. OLE color: 3817713.

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

Color convert

RGB 241 64 58 -
CMYK 0 0.73 0.76 0.05
HSL 1.97º 0.87% 0.59% -
HSV(B) 1.97º 0.76% 0.95% -
XYZ 38.87 22.67 6.33 -
YUV 116.24 95.14 216.99 -
System Red Green Blue C M Y K H S L
Decimal 241 64 58 0 0.73 0.76 0.05 1.97 0.87 0.59
Hex F1 40 3A 0 49 4C 5 2 57 3B
Octal 361 100 72 0 111 114 5 2 127 73
Binary 11110001 1000000 111010 0 1001001 1001100 101 10 1010111 111011

Color Harmonies of #F1403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1403A

Black with #F1403A

Text Example


Text Example

White with #F1403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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