Html Css Color HEX #FB040A Torch Red

📋 copy color: '#FB040A'

red 251 ◦ green 4 ◦ blue 10

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

Shades of Torch Red #FB040A

Tints of Torch Red #FB040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 94.72%
G = 1.51%
B = 3.77%

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

#FB040A (or 0xFB040A) is known color: Torch Red. HEX triplet: FB, 04 and 0A. RGB value is (251,4,10). Sum of RGB (Red+Green+Blue) = 251+4+10=265 (35% of max value = 765). Red value is 251 (98.44% from 255 or 94.72% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 251 - color contains mainly: red. Hex color #FB040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB040A is #04FBF5. Grayscale: #4E4E4E. Windows color (decimal): -326646 or 656635. OLE color: 656635.

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

Color convert

RGB 251 4 10 -
CMYK 0 0.98 0.96 0.02
HSL 358.54º 0.97% 0.5% -
HSV(B) 358.54º 0.98% 0.98% -
XYZ 39.88 20.62 2.16 -
YUV 78.54 89.33 251.01 -
System Red Green Blue C M Y K H S L
Decimal 251 4 10 0 0.98 0.96 0.02 358.54 0.97 0.5
Hex FB 4 A 0 62 60 2 167 61 32
Octal 373 4 12 0 142 140 2 547 141 62
Binary 11111011 100 1010 0 1100010 1100000 10 101100111 1100001 110010

Color Harmonies of #FB040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB040A

Black with #FB040A

Text Example


Text Example

White with #FB040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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