Html Css Color HEX #FC310B Scarlet

📋 copy color: '#FC310B'

red 252 ◦ green 49 ◦ blue 11

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

Shades of Scarlet #FC310B

Tints of Scarlet #FC310B

RGB

 RED value IS 252 (98.83% from 255) = 80.77%

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 80.77%
G = 15.71%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC310B (or 0xFC310B) is known color: Scarlet. HEX triplet: FC, 31 and 0B. RGB value is (252,49,11). Sum of RGB (Red+Green+Blue) = 252+49+11=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC310B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC310B is #03CEF4. Grayscale: #696969. Windows color (decimal): -249589 or 733692. OLE color: 733692.

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

Color convert

RGB 252 49 11 -
CMYK 0 0.81 0.96 0.01
HSL 9.46º 0.98% 0.52% -
HSV(B) 9.46º 0.96% 0.99% -
XYZ 41.3 22.92 2.56 -
YUV 105.37 74.75 232.59 -
System Red Green Blue C M Y K H S L
Decimal 252 49 11 0 0.81 0.96 0.01 9.46 0.98 0.52
Hex FC 31 B 0 51 60 1 9 62 34
Octal 374 61 13 0 121 140 1 11 142 64
Binary 11111100 110001 1011 0 1010001 1100000 1 1001 1100010 110100

Color Harmonies of #FC310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC310B

Black with #FC310B

Text Example


Text Example

White with #FC310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC310B; }

 p { color: rgb(252,49,11); }

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

background-color css

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

 a { background-color: rgb(252,49,11); }

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

border-color css

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

 span { border-color: rgb(252,49,11); }

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