Html Css Color HEX #FC310F Scarlet

📋 copy color: '#FC310F'

red 252 ◦ green 49 ◦ blue 15

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

Shades of Scarlet #FC310F

Tints of Scarlet #FC310F

RGB

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

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

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

R = 79.75%
G = 15.51%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC310F (or 0xFC310F) is known color: Scarlet. HEX triplet: FC, 31 and 0F. RGB value is (252,49,15). Sum of RGB (Red+Green+Blue) = 252+49+15=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC310F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC310F is #03CEF0. Grayscale: #6A6A6A. Windows color (decimal): -249585 or 995836. OLE color: 995836.

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

Color convert

RGB 252 49 15 -
CMYK 0 0.81 0.94 0.01
HSL 8.61º 0.98% 0.52% -
HSV(B) 8.61º 0.94% 0.99% -
XYZ 41.33 22.93 2.7 -
YUV 105.82 76.75 232.26 -
System Red Green Blue C M Y K H S L
Decimal 252 49 15 0 0.81 0.94 0.01 8.61 0.98 0.52
Hex FC 31 F 0 51 5E 1 9 62 34
Octal 374 61 17 0 121 136 1 11 142 64
Binary 11111100 110001 1111 0 1010001 1011110 1 1001 1100010 110100

Color Harmonies of #FC310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC310F

Black with #FC310F

Text Example


Text Example

White with #FC310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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