Html Css Color HEX #F9032B Torch Red

📋 copy color: '#F9032B'

red 249 ◦ green 3 ◦ blue 43

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

Shades of Torch Red #F9032B

Tints of Torch Red #F9032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 84.41%
G = 1.02%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9032B (or 0xF9032B) is known color: Torch Red. HEX triplet: F9, 03 and 2B. RGB value is (249,3,43). Sum of RGB (Red+Green+Blue) = 249+3+43=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9032B is #06FCD4. Grayscale: #515151. Windows color (decimal): -457941 or 2819065. OLE color: 2819065.

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

Color convert

RGB 249 3 43 -
CMYK 0 0.99 0.83 0.02
HSL 350.24º 0.98% 0.49% -
HSV(B) 350.24º 0.99% 0.98% -
XYZ 39.54 20.38 4.14 -
YUV 81.11 106.5 247.75 -
System Red Green Blue C M Y K H S L
Decimal 249 3 43 0 0.99 0.83 0.02 350.24 0.98 0.49
Hex F9 3 2B 0 63 53 2 15E 62 31
Octal 371 3 53 0 143 123 2 536 142 61
Binary 11111001 11 101011 0 1100011 1010011 10 101011110 1100010 110001

Color Harmonies of #F9032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9032B

Black with #F9032B

Text Example


Text Example

White with #F9032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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