Html Css Color HEX #F5320B Scarlet

📋 copy color: '#F5320B'

red 245 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #F5320B

Tints of Scarlet #F5320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.59%

R = 80.07%
G = 16.34%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5320B (or 0xF5320B) is known color: Scarlet. HEX triplet: F5, 32 and 0B. RGB value is (245,50,11). Sum of RGB (Red+Green+Blue) = 245+50+11=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5320B is #0ACDF4. Grayscale: #686868. Windows color (decimal): -708085 or 733941. OLE color: 733941.

HSL color Cylindrical-coordinate representation of color #F5320B: hue angle of 10º degrees, saturation: 0.92, 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 #F5320B is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 50 11 -
CMYK 0 0.80 0.96 0.04
HSL 10º 0.92% 0.5% -
HSV(B) 10º 0.96% 0.96% -
XYZ 38.86 21.72 2.46 -
YUV 103.86 75.6 228.67 -
System Red Green Blue C M Y K H S L
Decimal 245 50 11 0 0.80 0.96 0.04 10 0.92 0.5
Hex F5 32 B 0 50 60 4 A 5C 32
Octal 365 62 13 0 120 140 4 12 134 62
Binary 11110101 110010 1011 0 1010000 1100000 100 1010 1011100 110010

Color Harmonies of #F5320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5320B

Black with #F5320B

Text Example


Text Example

White with #F5320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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