Html Css Color HEX #FB040C Torch Red

📋 copy color: '#FB040C'

red 251 ◦ green 4 ◦ blue 12

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

Shades of Torch Red #FB040C

Tints of Torch Red #FB040C

RGB

 RED value IS 251 (98.44% from 255) = 94.01%

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 94.01%
G = 1.5%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB040C (or 0xFB040C) is known color: Torch Red. HEX triplet: FB, 04 and 0C. RGB value is (251,4,12). Sum of RGB (Red+Green+Blue) = 251+4+12=267 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.01% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 251 - color contains mainly: red. Hex color #FB040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB040C is #04FBF3. Grayscale: #4E4E4E. Windows color (decimal): -326644 or 787707. OLE color: 787707.

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

Color convert

RGB 251 4 12 -
CMYK 0 0.98 0.95 0.02
HSL 358.06º 0.97% 0.5% -
HSV(B) 358.06º 0.98% 0.98% -
XYZ 39.89 20.62 2.23 -
YUV 78.77 90.33 250.85 -
System Red Green Blue C M Y K H S L
Decimal 251 4 12 0 0.98 0.95 0.02 358.06 0.97 0.5
Hex FB 4 C 0 62 5F 2 166 61 32
Octal 373 4 14 0 142 137 2 546 141 62
Binary 11111011 100 1100 0 1100010 1011111 10 101100110 1100001 110010

Color Harmonies of #FB040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB040C

Black with #FB040C

Text Example


Text Example

White with #FB040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB040C; }

 p { color: rgb(251,4,12); }

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

background-color css

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

 a { background-color: rgb(251,4,12); }

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

border-color css

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

 span { border-color: rgb(251,4,12); }

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