Html Css Color HEX #F5310D Scarlet

📋 copy color: '#F5310D'

red 245 ◦ green 49 ◦ blue 13

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

Shades of Scarlet #F5310D

Tints of Scarlet #F5310D

RGB

 RED value IS 245 (96.09% from 255) = 79.8%

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

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 79.8%
G = 15.96%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5310D (or 0xF5310D) is known color: Scarlet. HEX triplet: F5, 31 and 0D. RGB value is (245,49,13). Sum of RGB (Red+Green+Blue) = 245+49+13=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5310D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5310D is #0ACEF2. Grayscale: #676767. Windows color (decimal): -708339 or 864757. OLE color: 864757.

HSL color Cylindrical-coordinate representation of color #F5310D: hue angle of 9.31º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5310D is Cyan = 0, Magento = 0.8, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 49 13 -
CMYK 0 0.8 0.95 0.04
HSL 9.31º 0.92% 0.51% -
HSV(B) 9.31º 0.95% 0.96% -
XYZ 38.83 21.64 2.51 -
YUV 103.5 76.93 228.93 -
System Red Green Blue C M Y K H S L
Decimal 245 49 13 0 0.8 0.95 0.04 9.31 0.92 0.51
Hex F5 31 D 0 50 5F 4 9 5C 33
Octal 365 61 15 0 120 137 4 11 134 63
Binary 11110101 110001 1101 0 1010000 1011111 100 1001 1011100 110011

Color Harmonies of #F5310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5310D

Black with #F5310D

Text Example


Text Example

White with #F5310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5310D; }

 p { color: rgb(245,49,13); }

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

background-color css

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

 a { background-color: rgb(245,49,13); }

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

border-color css

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

 span { border-color: rgb(245,49,13); }

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