Html Css Color HEX #F5491A Orange Red

📋 copy color: '#F5491A'

red 245 ◦ green 73 ◦ blue 26

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

Shades of Orange Red #F5491A

Tints of Orange Red #F5491A

RGB

 RED value IS 245 (96.09% from 255) = 71.22%

 GREEN value IS 73 (28.91% from 255) = 21.22%

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

R = 71.22%
G = 21.22%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5491A (or 0xF5491A) is known color: Orange Red. HEX triplet: F5, 49 and 1A. RGB value is (245,73,26). Sum of RGB (Red+Green+Blue) = 245+73+26=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F5491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5491A is #0AB6E5. Grayscale: #777777. Windows color (decimal): -702182 or 1722869. OLE color: 1722869.

HSL color Cylindrical-coordinate representation of color #F5491A: hue angle of 12.88º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5491A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 73 26 -
CMYK 0 0.70 0.89 0.04
HSL 12.88º 0.92% 0.53% -
HSV(B) 12.88º 0.89% 0.96% -
XYZ 40.23 24.25 3.54 -
YUV 119.07 75.48 217.82 -
System Red Green Blue C M Y K H S L
Decimal 245 73 26 0 0.70 0.89 0.04 12.88 0.92 0.53
Hex F5 49 1A 0 46 59 4 D 5C 35
Octal 365 111 32 0 106 131 4 15 134 65
Binary 11110101 1001001 11010 0 1000110 1011001 100 1101 1011100 110101

Color Harmonies of #F5491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5491A

Black with #F5491A

Text Example


Text Example

White with #F5491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5491A; }

 p { color: rgb(245,73,26); }

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

background-color css

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

 a { background-color: rgb(245,73,26); }

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

border-color css

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

 span { border-color: rgb(245,73,26); }

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