Html Css Color HEX #FC340E Scarlet

📋 copy color: '#FC340E'

red 252 ◦ green 52 ◦ blue 14

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

Shades of Scarlet #FC340E

Tints of Scarlet #FC340E

RGB

 RED value IS 252 (98.83% from 255) = 79.25%

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

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

R = 79.25%
G = 16.35%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC340E (or 0xFC340E) is known color: Scarlet. HEX triplet: FC, 34 and 0E. RGB value is (252,52,14). Sum of RGB (Red+Green+Blue) = 252+52+14=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC340E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC340E is #03CBF1. Grayscale: #6B6B6B. Windows color (decimal): -248818 or 931068. OLE color: 931068.

HSL color Cylindrical-coordinate representation of color #FC340E: hue angle of 9.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC340E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 52 14 -
CMYK 0 0.79 0.94 0.01
HSL 9.58º 0.98% 0.52% -
HSV(B) 9.58º 0.94% 0.99% -
XYZ 41.45 23.18 2.71 -
YUV 107.47 75.26 231.09 -
System Red Green Blue C M Y K H S L
Decimal 252 52 14 0 0.79 0.94 0.01 9.58 0.98 0.52
Hex FC 34 E 0 4F 5E 1 A 62 34
Octal 374 64 16 0 117 136 1 12 142 64
Binary 11111100 110100 1110 0 1001111 1011110 1 1010 1100010 110100

Color Harmonies of #FC340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC340E

Black with #FC340E

Text Example


Text Example

White with #FC340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC340E; }

 p { color: rgb(252,52,14); }

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

background-color css

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

 a { background-color: rgb(252,52,14); }

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

border-color css

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

 span { border-color: rgb(252,52,14); }

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