Html Css Color HEX #FB060F Torch Red

📋 copy color: '#FB060F'

red 251 ◦ green 6 ◦ blue 15

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

Shades of Torch Red #FB060F

Tints of Torch Red #FB060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 92.28%
G = 2.21%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB060F (or 0xFB060F) is known color: Torch Red. HEX triplet: FB, 06 and 0F. RGB value is (251,6,15). Sum of RGB (Red+Green+Blue) = 251+6+15=272 (36% of max value = 765). Red value is 251 (98.44% from 255 or 92.28% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 251 - color contains mainly: red. Hex color #FB060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB060F is #04F9F0. Grayscale: #505050. Windows color (decimal): -326129 or 984827. OLE color: 984827.

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

Color convert

RGB 251 6 15 -
CMYK 0 0.98 0.94 0.02
HSL 357.8º 0.97% 0.5% -
HSV(B) 357.8º 0.98% 0.98% -
XYZ 39.94 20.67 2.34 -
YUV 80.28 91.17 249.77 -
System Red Green Blue C M Y K H S L
Decimal 251 6 15 0 0.98 0.94 0.02 357.8 0.97 0.5
Hex FB 6 F 0 62 5E 2 166 61 32
Octal 373 6 17 0 142 136 2 546 141 62
Binary 11111011 110 1111 0 1100010 1011110 10 101100110 1100001 110010

Color Harmonies of #FB060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB060F

Black with #FB060F

Text Example


Text Example

White with #FB060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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