Html Css Color HEX #F9072B Torch Red

📋 copy color: '#F9072B'

red 249 ◦ green 7 ◦ blue 43

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

Shades of Torch Red #F9072B

Tints of Torch Red #F9072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 83.28%
G = 2.34%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9072B (or 0xF9072B) is known color: Torch Red. HEX triplet: F9, 07 and 2B. RGB value is (249,7,43). Sum of RGB (Red+Green+Blue) = 249+7+43=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F9072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9072B is #06F8D4. Grayscale: #535353. Windows color (decimal): -456917 or 2820089. OLE color: 2820089.

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

Color convert

RGB 249 7 43 -
CMYK 0 0.97 0.83 0.02
HSL 351.07º 0.95% 0.5% -
HSV(B) 351.07º 0.97% 0.98% -
XYZ 39.58 20.47 4.15 -
YUV 83.46 105.17 246.07 -
System Red Green Blue C M Y K H S L
Decimal 249 7 43 0 0.97 0.83 0.02 351.07 0.95 0.5
Hex F9 7 2B 0 61 53 2 15F 5F 32
Octal 371 7 53 0 141 123 2 537 137 62
Binary 11111001 111 101011 0 1100001 1010011 10 101011111 1011111 110010

Color Harmonies of #F9072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9072B

Black with #F9072B

Text Example


Text Example

White with #F9072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9072B; }

 p { color: rgb(249,7,43); }

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

background-color css

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

 a { background-color: rgb(249,7,43); }

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

border-color css

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

 span { border-color: rgb(249,7,43); }

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