Html Css Color HEX #FC350C Scarlet

📋 copy color: '#FC350C'

red 252 ◦ green 53 ◦ blue 12

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

Shades of Scarlet #FC350C

Tints of Scarlet #FC350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 79.5%
G = 16.72%
B = 3.79%

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

#FC350C (or 0xFC350C) is known color: Scarlet. HEX triplet: FC, 35 and 0C. RGB value is (252,53,12). Sum of RGB (Red+Green+Blue) = 252+53+12=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC350C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC350C is #03CAF3. Grayscale: #6C6C6C. Windows color (decimal): -248564 or 800252. OLE color: 800252.

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

Color convert

RGB 252 53 12 -
CMYK 0 0.79 0.95 0.01
HSL 10.25º 0.98% 0.52% -
HSV(B) 10.25º 0.95% 0.99% -
XYZ 41.48 23.27 2.65 -
YUV 107.83 73.93 230.83 -
System Red Green Blue C M Y K H S L
Decimal 252 53 12 0 0.79 0.95 0.01 10.25 0.98 0.52
Hex FC 35 C 0 4F 5F 1 A 62 34
Octal 374 65 14 0 117 137 1 12 142 64
Binary 11111100 110101 1100 0 1001111 1011111 1 1010 1100010 110100

Color Harmonies of #FC350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC350C

Black with #FC350C

Text Example


Text Example

White with #FC350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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