Html Css Color HEX #FB300B Scarlet

📋 copy color: '#FB300B'

red 251 ◦ green 48 ◦ blue 11

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

Shades of Scarlet #FB300B

Tints of Scarlet #FB300B

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 value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB300B (or 0xFB300B) is known color: 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

RGB 251 48 11 -
CMYK 0 0.81 0.96 0.02
HSL 9.25º 0.97% 0.51% -
HSV(B) 9.25º 0.96% 0.98% -
XYZ 40.9 22.65 2.53 -
YUV 104.48 75.25 232.51 -
System Red Green Blue C M Y K H S L
Decimal 251 48 11 0 0.81 0.96 0.02 9.25 0.97 0.51
Hex FB 30 B 0 51 60 2 9 61 33
Octal 373 60 13 0 121 140 2 11 141 63
Binary 11111011 110000 1011 0 1010001 1100000 10 1001 1100001 110011

Color Harmonies of #FB300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB300B

Black with #FB300B

Text Example


Text Example

White with #FB300B

Text Example


Text Example

HTML Codes & Css Web 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>