Html Css Color HEX #F9040B Torch Red

📋 copy color: '#F9040B'

red 249 ◦ green 4 ◦ blue 11

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

Shades of Torch Red #F9040B

Tints of Torch Red #F9040B

RGB

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

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

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

R = 94.32%
G = 1.52%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9040B (or 0xF9040B) is known color: Torch Red. HEX triplet: F9, 04 and 0B. RGB value is (249,4,11). Sum of RGB (Red+Green+Blue) = 249+4+11=264 (34% of max value = 765). Red value is 249 (97.66% from 255 or 94.32% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 249 - color contains mainly: red. Hex color #F9040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9040B is #06FBF4. Grayscale: #4E4E4E. Windows color (decimal): -457717 or 722169. OLE color: 722169.

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

Color convert

RGB 249 4 11 -
CMYK 0 0.98 0.96 0.02
HSL 358.29º 0.97% 0.5% -
HSV(B) 358.29º 0.98% 0.98% -
XYZ 39.17 20.25 2.16 -
YUV 78.05 90.17 249.93 -
System Red Green Blue C M Y K H S L
Decimal 249 4 11 0 0.98 0.96 0.02 358.29 0.97 0.5
Hex F9 4 B 0 62 60 2 166 61 32
Octal 371 4 13 0 142 140 2 546 141 62
Binary 11111001 100 1011 0 1100010 1100000 10 101100110 1100001 110010

Color Harmonies of #F9040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9040B

Black with #F9040B

Text Example


Text Example

White with #F9040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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