Html Css Color HEX #FC350F Scarlet

📋 copy color: '#FC350F'

red 252 ◦ green 53 ◦ blue 15

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

Shades of Scarlet #FC350F

Tints of Scarlet #FC350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 78.75%
G = 16.56%
B = 4.69%

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

#FC350F (or 0xFC350F) is known color: Scarlet. HEX triplet: FC, 35 and 0F. RGB value is (252,53,15). Sum of RGB (Red+Green+Blue) = 252+53+15=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC350F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC350F is #03CAF0. Grayscale: #6C6C6C. Windows color (decimal): -248561 or 996860. OLE color: 996860.

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

Color convert

RGB 252 53 15 -
CMYK 0 0.79 0.94 0.01
HSL 9.62º 0.98% 0.52% -
HSV(B) 9.62º 0.94% 0.99% -
XYZ 41.5 23.28 2.76 -
YUV 108.17 75.43 230.59 -
System Red Green Blue C M Y K H S L
Decimal 252 53 15 0 0.79 0.94 0.01 9.62 0.98 0.52
Hex FC 35 F 0 4F 5E 1 A 62 34
Octal 374 65 17 0 117 136 1 12 142 64
Binary 11111100 110101 1111 0 1001111 1011110 1 1010 1100010 110100

Color Harmonies of #FC350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC350F

Black with #FC350F

Text Example


Text Example

White with #FC350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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