Html Css Color HEX #F5220C Scarlet

📋 copy color: '#F5220C'

red 245 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #F5220C

Tints of Scarlet #F5220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 84.19%
G = 11.68%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5220C (or 0xF5220C) is known color: Scarlet. HEX triplet: F5, 22 and 0C. RGB value is (245,34,12). Sum of RGB (Red+Green+Blue) = 245+34+12=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F5220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5220C is #0ADDF3. Grayscale: #5E5E5E. Windows color (decimal): -712180 or 795381. OLE color: 795381.

HSL color Cylindrical-coordinate representation of color #F5220C: hue angle of 5.67º 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 #F5220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 12 -
CMYK 0 0.86 0.95 0.04
HSL 5.67º 0.92% 0.5% -
HSV(B) 5.67º 0.95% 0.96% -
XYZ 38.29 20.58 2.3 -
YUV 94.58 81.4 235.29 -
System Red Green Blue C M Y K H S L
Decimal 245 34 12 0 0.86 0.95 0.04 5.67 0.92 0.5
Hex F5 22 C 0 56 5F 4 6 5C 32
Octal 365 42 14 0 126 137 4 6 134 62
Binary 11110101 100010 1100 0 1010110 1011111 100 110 1011100 110010

Color Harmonies of #F5220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5220C

Black with #F5220C

Text Example


Text Example

White with #F5220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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