Html Css Color HEX #F1371A Red Orange

📋 copy color: '#F1371A'

red 241 ◦ green 55 ◦ blue 26

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

Shades of Red Orange #F1371A

Tints of Red Orange #F1371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 74.84%
G = 17.08%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1371A (or 0xF1371A) is known color: Red Orange. HEX triplet: F1, 37 and 1A. RGB value is (241,55,26). Sum of RGB (Red+Green+Blue) = 241+55+26=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1371A is #0EC8E5. Grayscale: #6B6B6B. Windows color (decimal): -968934 or 1718257. OLE color: 1718257.

HSL color Cylindrical-coordinate representation of color #F1371A: hue angle of 8.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1371A is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 55 26 -
CMYK 0 0.77 0.89 0.05
HSL 8.09º 0.88% 0.52% -
HSV(B) 8.09º 0.89% 0.95% -
XYZ 37.83 21.51 3.13 -
YUV 107.31 82.12 223.36 -
System Red Green Blue C M Y K H S L
Decimal 241 55 26 0 0.77 0.89 0.05 8.09 0.88 0.52
Hex F1 37 1A 0 4D 59 5 8 58 34
Octal 361 67 32 0 115 131 5 10 130 64
Binary 11110001 110111 11010 0 1001101 1011001 101 1000 1011000 110100

Color Harmonies of #F1371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1371A

Black with #F1371A

Text Example


Text Example

White with #F1371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1371A; }

 p { color: rgb(241,55,26); }

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

background-color css

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

 a { background-color: rgb(241,55,26); }

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

border-color css

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

 span { border-color: rgb(241,55,26); }

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