Html Css Color HEX #F5310C Scarlet

📋 copy color: '#F5310C'

red 245 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #F5310C

Tints of Scarlet #F5310C

RGB

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

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

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

R = 80.07%
G = 16.01%
B = 3.92%

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

#F5310C (or 0xF5310C) is known color: Scarlet. HEX triplet: F5, 31 and 0C. RGB value is (245,49,12). Sum of RGB (Red+Green+Blue) = 245+49+12=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5310C is #0ACEF3. Grayscale: #676767. Windows color (decimal): -708340 or 799221. OLE color: 799221.

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

Color convert

RGB 245 49 12 -
CMYK 0 0.8 0.95 0.04
HSL 9.53º 0.92% 0.5% -
HSV(B) 9.53º 0.95% 0.96% -
XYZ 38.82 21.64 2.48 -
YUV 103.39 76.43 229.01 -
System Red Green Blue C M Y K H S L
Decimal 245 49 12 0 0.8 0.95 0.04 9.53 0.92 0.5
Hex F5 31 C 0 50 5F 4 A 5C 32
Octal 365 61 14 0 120 137 4 12 134 62
Binary 11110101 110001 1100 0 1010000 1011111 100 1010 1011100 110010

Color Harmonies of #F5310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5310C

Black with #F5310C

Text Example


Text Example

White with #F5310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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