Html Css Color HEX #F53309 Scarlet

📋 copy color: '#F53309'

red 245 ◦ green 51 ◦ blue 9

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

Shades of Scarlet #F53309

Tints of Scarlet #F53309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

 BLUE value IS 9 (3.91% from 255) = 2.95%

R = 80.33%
G = 16.72%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F53309 (or 0xF53309) is known color: Scarlet. HEX triplet: F5, 33 and 09. RGB value is (245,51,9). Sum of RGB (Red+Green+Blue) = 245+51+9=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F53309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53309 is #0ACCF6. Grayscale: #686868. Windows color (decimal): -707831 or 603125. OLE color: 603125.

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

Color convert

RGB 245 51 9 -
CMYK 0 0.79 0.96 0.04
HSL 10.68º 0.93% 0.5% -
HSV(B) 10.68º 0.96% 0.96% -
XYZ 38.89 21.8 2.42 -
YUV 104.22 74.27 228.42 -
System Red Green Blue C M Y K H S L
Decimal 245 51 9 0 0.79 0.96 0.04 10.68 0.93 0.5
Hex F5 33 9 0 4F 60 4 B 5D 32
Octal 365 63 11 0 117 140 4 13 135 62
Binary 11110101 110011 1001 0 1001111 1100000 100 1011 1011101 110010

Color Harmonies of #F53309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53309

Black with #F53309

Text Example


Text Example

White with #F53309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53309; }

 p { color: rgb(245,51,9); }

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

background-color css

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

 a { background-color: rgb(245,51,9); }

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

border-color css

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

 span { border-color: rgb(245,51,9); }

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