Html Css Color HEX #F5340C Scarlet

📋 copy color: '#F5340C'

red 245 ◦ green 52 ◦ blue 12

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

Shades of Scarlet #F5340C

Tints of Scarlet #F5340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

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

R = 79.29%
G = 16.83%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5340C (or 0xF5340C) is known color: Scarlet. HEX triplet: F5, 34 and 0C. RGB value is (245,52,12). Sum of RGB (Red+Green+Blue) = 245+52+12=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5340C is #0ACBF3. Grayscale: #696969. Windows color (decimal): -707572 or 799989. OLE color: 799989.

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

Color convert

RGB 245 52 12 -
CMYK 0 0.79 0.95 0.04
HSL 10.3º 0.92% 0.5% -
HSV(B) 10.3º 0.95% 0.96% -
XYZ 38.95 21.9 2.52 -
YUV 105.15 75.44 227.75 -
System Red Green Blue C M Y K H S L
Decimal 245 52 12 0 0.79 0.95 0.04 10.3 0.92 0.5
Hex F5 34 C 0 4F 5F 4 A 5C 32
Octal 365 64 14 0 117 137 4 12 134 62
Binary 11110101 110100 1100 0 1001111 1011111 100 1010 1011100 110010

Color Harmonies of #F5340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5340C

Black with #F5340C

Text Example


Text Example

White with #F5340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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