Html Css Color HEX #F9041A Torch Red

📋 copy color: '#F9041A'

red 249 ◦ green 4 ◦ blue 26

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

Shades of Torch Red #F9041A

Tints of Torch Red #F9041A

RGB

 RED value IS 249 (97.66% from 255) = 89.25%

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 89.25%
G = 1.43%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9041A (or 0xF9041A) is known color: Torch Red. HEX triplet: F9, 04 and 1A. RGB value is (249,4,26). Sum of RGB (Red+Green+Blue) = 249+4+26=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F9041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9041A is #06FBE5. Grayscale: #4F4F4F. Windows color (decimal): -457702 or 1705209. OLE color: 1705209.

HSL color Cylindrical-coordinate representation of color #F9041A: hue angle of 354.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9041A is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 26 -
CMYK 0 0.98 0.90 0.02
HSL 354.61º 0.97% 0.5% -
HSV(B) 354.61º 0.98% 0.98% -
XYZ 39.3 20.3 2.82 -
YUV 79.76 97.67 248.71 -
System Red Green Blue C M Y K H S L
Decimal 249 4 26 0 0.98 0.90 0.02 354.61 0.97 0.5
Hex F9 4 1A 0 62 5A 2 163 61 32
Octal 371 4 32 0 142 132 2 543 141 62
Binary 11111001 100 11010 0 1100010 1011010 10 101100011 1100001 110010

Color Harmonies of #F9041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9041A

Black with #F9041A

Text Example


Text Example

White with #F9041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9041A; }

 p { color: rgb(249,4,26); }

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

background-color css

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

 a { background-color: rgb(249,4,26); }

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

border-color css

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

 span { border-color: rgb(249,4,26); }

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