Html Css Color HEX #FC340C Scarlet

📋 copy color: '#FC340C'

red 252 ◦ green 52 ◦ blue 12

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

Shades of Scarlet #FC340C

Tints of Scarlet #FC340C

RGB

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

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

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

R = 79.75%
G = 16.46%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC340C (or 0xFC340C) is known color: Scarlet. HEX triplet: FC, 34 and 0C. RGB value is (252,52,12). Sum of RGB (Red+Green+Blue) = 252+52+12=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC340C is #03CBF3. Grayscale: #6B6B6B. Windows color (decimal): -248820 or 799996. OLE color: 799996.

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

Color convert

RGB 252 52 12 -
CMYK 0 0.79 0.95 0.01
HSL 10º 0.98% 0.52% -
HSV(B) 10º 0.95% 0.99% -
XYZ 41.44 23.18 2.64 -
YUV 107.24 74.26 231.25 -
System Red Green Blue C M Y K H S L
Decimal 252 52 12 0 0.79 0.95 0.01 10 0.98 0.52
Hex FC 34 C 0 4F 5F 1 A 62 34
Octal 374 64 14 0 117 137 1 12 142 64
Binary 11111100 110100 1100 0 1001111 1011111 1 1010 1100010 110100

Color Harmonies of #FC340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC340C

Black with #FC340C

Text Example


Text Example

White with #FC340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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