Html Css Color HEX #F0491A Orange Red

📋 copy color: '#F0491A'

red 240 ◦ green 73 ◦ blue 26

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

Shades of Orange Red #F0491A

Tints of Orange Red #F0491A

RGB

 RED value IS 240 (94.14% from 255) = 70.8%

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

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

R = 70.8%
G = 21.53%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0491A (or 0xF0491A) is known color: Orange Red. HEX triplet: F0, 49 and 1A. RGB value is (240,73,26). Sum of RGB (Red+Green+Blue) = 240+73+26=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0491A is #0FB6E5. Grayscale: #757575. Windows color (decimal): -1029862 or 1722864. OLE color: 1722864.

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

Color convert

RGB 240 73 26 -
CMYK 0 0.70 0.89 0.06
HSL 13.18º 0.88% 0.52% -
HSV(B) 13.18º 0.89% 0.94% -
XYZ 38.5 23.36 3.46 -
YUV 117.58 76.33 215.32 -
System Red Green Blue C M Y K H S L
Decimal 240 73 26 0 0.70 0.89 0.06 13.18 0.88 0.52
Hex F0 49 1A 0 46 59 6 D 58 34
Octal 360 111 32 0 106 131 6 15 130 64
Binary 11110000 1001001 11010 0 1000110 1011001 110 1101 1011000 110100

Color Harmonies of #F0491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0491A

Black with #F0491A

Text Example


Text Example

White with #F0491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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