Html Css Color HEX #F9030B Torch Red

📋 copy color: '#F9030B'

red 249 ◦ green 3 ◦ blue 11

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

Shades of Torch Red #F9030B

Tints of Torch Red #F9030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 94.68%
G = 1.14%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9030B (or 0xF9030B) is known color: Torch Red. HEX triplet: F9, 03 and 0B. RGB value is (249,3,11). Sum of RGB (Red+Green+Blue) = 249+3+11=263 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.68% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 249 - color contains mainly: red. Hex color #F9030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9030B is #06FCF4. Grayscale: #4D4D4D. Windows color (decimal): -457973 or 721913. OLE color: 721913.

HSL color Cylindrical-coordinate representation of color #F9030B: hue angle of 358.05º 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 #F9030B is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 3 11 -
CMYK 0 0.99 0.96 0.02
HSL 358.05º 0.98% 0.49% -
HSV(B) 358.05º 0.99% 0.98% -
XYZ 39.16 20.23 2.16 -
YUV 77.47 90.5 250.35 -
System Red Green Blue C M Y K H S L
Decimal 249 3 11 0 0.99 0.96 0.02 358.05 0.98 0.49
Hex F9 3 B 0 63 60 2 166 62 31
Octal 371 3 13 0 143 140 2 546 142 61
Binary 11111001 11 1011 0 1100011 1100000 10 101100110 1100010 110001

Color Harmonies of #F9030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9030B

Black with #F9030B

Text Example


Text Example

White with #F9030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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