Html Css Color HEX #FB060B Torch Red

📋 copy color: '#FB060B'

red 251 ◦ green 6 ◦ blue 11

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

Shades of Torch Red #FB060B

Tints of Torch Red #FB060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.24%

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

R = 93.66%
G = 2.24%
B = 4.1%

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

#FB060B (or 0xFB060B) is known color: Torch Red. HEX triplet: FB, 06 and 0B. RGB value is (251,6,11). Sum of RGB (Red+Green+Blue) = 251+6+11=268 (35% of max value = 765). Red value is 251 (98.44% from 255 or 93.66% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 251 - color contains mainly: red. Hex color #FB060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB060B is #04F9F4. Grayscale: #505050. Windows color (decimal): -326133 or 722683. OLE color: 722683.

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

Color convert

RGB 251 6 11 -
CMYK 0 0.98 0.96 0.02
HSL 358.78º 0.97% 0.5% -
HSV(B) 358.78º 0.98% 0.98% -
XYZ 39.91 20.66 2.2 -
YUV 79.83 89.17 250.09 -
System Red Green Blue C M Y K H S L
Decimal 251 6 11 0 0.98 0.96 0.02 358.78 0.97 0.5
Hex FB 6 B 0 62 60 2 167 61 32
Octal 373 6 13 0 142 140 2 547 141 62
Binary 11111011 110 1011 0 1100010 1100000 10 101100111 1100001 110010

Color Harmonies of #FB060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB060B

Black with #FB060B

Text Example


Text Example

White with #FB060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB060B; }

 p { color: rgb(251,6,11); }

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

background-color css

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

 a { background-color: rgb(251,6,11); }

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

border-color css

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

 span { border-color: rgb(251,6,11); }

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