Html Css Color HEX #F5220E Scarlet

📋 copy color: '#F5220E'

red 245 ◦ green 34 ◦ blue 14

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

Shades of Scarlet #F5220E

Tints of Scarlet #F5220E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.78%

R = 83.62%
G = 11.6%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5220E (or 0xF5220E) is known color: Scarlet. HEX triplet: F5, 22 and 0E. RGB value is (245,34,14). Sum of RGB (Red+Green+Blue) = 245+34+14=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F5220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5220E is #0ADDF1. Grayscale: #5F5F5F. Windows color (decimal): -712178 or 926453. OLE color: 926453.

HSL color Cylindrical-coordinate representation of color #F5220E: hue angle of 5.19º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 34 14 -
CMYK 0 0.86 0.94 0.04
HSL 5.19º 0.92% 0.51% -
HSV(B) 5.19º 0.94% 0.96% -
XYZ 38.31 20.59 2.37 -
YUV 94.81 82.4 235.13 -
System Red Green Blue C M Y K H S L
Decimal 245 34 14 0 0.86 0.94 0.04 5.19 0.92 0.51
Hex F5 22 E 0 56 5E 4 5 5C 33
Octal 365 42 16 0 126 136 4 5 134 63
Binary 11110101 100010 1110 0 1010110 1011110 100 101 1011100 110011

Color Harmonies of #F5220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5220E

Black with #F5220E

Text Example


Text Example

White with #F5220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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