Html Css Color HEX #F53206 Scarlet

📋 copy color: '#F53206'

red 245 ◦ green 50 ◦ blue 6

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

Shades of Scarlet #F53206

Tints of Scarlet #F53206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 81.4%
G = 16.61%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F53206 (or 0xF53206) is known color: Scarlet. HEX triplet: F5, 32 and 06. RGB value is (245,50,6). Sum of RGB (Red+Green+Blue) = 245+50+6=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53206 is #0ACDF9. Grayscale: #676767. Windows color (decimal): -708090 or 406261. OLE color: 406261.

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

Color convert

RGB 245 50 6 -
CMYK 0 0.80 0.98 0.04
HSL 11.05º 0.95% 0.49% -
HSV(B) 11.05º 0.98% 0.96% -
XYZ 38.83 21.71 2.32 -
YUV 103.29 73.1 229.08 -
System Red Green Blue C M Y K H S L
Decimal 245 50 6 0 0.80 0.98 0.04 11.05 0.95 0.49
Hex F5 32 6 0 50 62 4 B 5F 31
Octal 365 62 6 0 120 142 4 13 137 61
Binary 11110101 110010 110 0 1010000 1100010 100 1011 1011111 110001

Color Harmonies of #F53206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53206

Black with #F53206

Text Example


Text Example

White with #F53206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53206; }

 p { color: rgb(245,50,6); }

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

background-color css

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

 a { background-color: rgb(245,50,6); }

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

border-color css

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

 span { border-color: rgb(245,50,6); }

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