Html Css Color HEX #FB300C Scarlet

📋 copy color: '#FB300C'

red 251 ◦ green 48 ◦ blue 12

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

Shades of Scarlet #FB300C

Tints of Scarlet #FB300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 80.71%
G = 15.43%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB300C (or 0xFB300C) is known color: Scarlet. HEX triplet: FB, 30 and 0C. RGB value is (251,48,12). Sum of RGB (Red+Green+Blue) = 251+48+12=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB300C is #04CFF3. Grayscale: #686868. Windows color (decimal): -315380 or 798971. OLE color: 798971.

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

Color convert

RGB 251 48 12 -
CMYK 0 0.81 0.95 0.02
HSL 9.04º 0.97% 0.52% -
HSV(B) 9.04º 0.95% 0.98% -
XYZ 40.91 22.65 2.56 -
YUV 104.59 75.75 232.43 -
System Red Green Blue C M Y K H S L
Decimal 251 48 12 0 0.81 0.95 0.02 9.04 0.97 0.52
Hex FB 30 C 0 51 5F 2 9 61 34
Octal 373 60 14 0 121 137 2 11 141 64
Binary 11111011 110000 1100 0 1010001 1011111 10 1001 1100001 110100

Color Harmonies of #FB300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB300C

Black with #FB300C

Text Example


Text Example

White with #FB300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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