Html Css Color HEX #F53100 Scarlet

📋 copy color: '#F53100'

red 245 ◦ green 49 ◦ blue 0

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

Shades of Scarlet #F53100

Tints of Scarlet #F53100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F53100 (or 0xF53100) is known color: Scarlet. HEX triplet: F5, 31 and 00. RGB value is (245,49,0). Sum of RGB (Red+Green+Blue) = 245+49+0=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F53100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53100 is #0ACEFF. Grayscale: #666666. Windows color (decimal): -708352 or 12789. OLE color: 12789.

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

Color convert

RGB 245 49 0 -
CMYK 0 0.8 1 0.04
HSL 12º 1% 0.48% -
HSV(B) 12º 1% 0.96% -
XYZ 38.75 21.61 2.13 -
YUV 102.02 70.43 229.98 -
System Red Green Blue C M Y K H S L
Decimal 245 49 0 0 0.8 1 0.04 12 1 0.48
Hex F5 31 0 0 50 64 4 C 64 30
Octal 365 61 0 0 120 144 4 14 144 60
Binary 11110101 110001 0 0 1010000 1100100 100 1100 1100100 110000

Color Harmonies of #F53100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53100

Black with #F53100

Text Example


Text Example

White with #F53100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53100; }

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

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

background-color css

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

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

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

border-color css

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

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

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