#FB300B

Color #FB300B Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FB300B

Tints of Scarlet #FB300B

Color information

#FB300B (or 0xFB300B) is unknown color: approx Scarlet. HEX triplet: FB, 30 and 0B. RGB value is (251,48,11). Sum of RGB (Red+Green+Blue) = 251+48+11=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB300B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB300B is #04CFF4. Grayscale: #686868. Windows color (decimal): -315381 or 733435. OLE color: 733435.

HSL color Cylindrical-coordinate representation of color #FB300B: hue angle of 9.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB300B is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB2514811-
CMYK00.810.960.02
HSL9.25º96.77%51.37%-
HSV(B)9.25º95.62%98.43%-
XYZ40.922.652.53-
YUV104.4875.25232.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 80.97%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 11 (4.69% from 255) = 3.55%
R=80.97%
G=15.48%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251481100.810.960.029.2596.7751.37
HexFB30B05160296133
Octal3736013012114021114163
Binary1111101111000010110101000111000001010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB300B; }

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

 H1.HeaderClassName
 {
   color: #FB300B;
 }
 .AnyTagClassName
 {
   color: #FB300B;
 }
</style>
background-color css

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

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

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

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

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

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