Html Css Color HEX #F1471A Orange Red

📋 copy color: '#F1471A'

red 241 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #F1471A

Tints of Orange Red #F1471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 71.3%
G = 21.01%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1471A (or 0xF1471A) is known color: Orange Red. HEX triplet: F1, 47 and 1A. RGB value is (241,71,26). Sum of RGB (Red+Green+Blue) = 241+71+26=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1471A is #0EB8E5. Grayscale: #757575. Windows color (decimal): -964838 or 1722353. OLE color: 1722353.

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

Color convert

RGB 241 71 26 -
CMYK 0 0.71 0.89 0.05
HSL 12.56º 0.88% 0.52% -
HSV(B) 12.56º 0.89% 0.95% -
XYZ 38.72 23.28 3.43 -
YUV 116.7 76.82 216.66 -
System Red Green Blue C M Y K H S L
Decimal 241 71 26 0 0.71 0.89 0.05 12.56 0.88 0.52
Hex F1 47 1A 0 47 59 5 D 58 34
Octal 361 107 32 0 107 131 5 15 130 64
Binary 11110001 1000111 11010 0 1000111 1011001 101 1101 1011000 110100

Color Harmonies of #F1471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1471A

Black with #F1471A

Text Example


Text Example

White with #F1471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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