Html Css Color HEX #FC170F Scarlet

📋 copy color: '#FC170F'

red 252 ◦ green 23 ◦ blue 15

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

Shades of Scarlet #FC170F

Tints of Scarlet #FC170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

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

R = 86.9%
G = 7.93%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC170F (or 0xFC170F) is known color: Scarlet. HEX triplet: FC, 17 and 0F. RGB value is (252,23,15). Sum of RGB (Red+Green+Blue) = 252+23+15=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC170F is #03E8F0. Grayscale: #5A5A5A. Windows color (decimal): -256241 or 989180. OLE color: 989180.

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

Color convert

RGB 252 23 15 -
CMYK 0 0.91 0.94 0.01
HSL 2.03º 0.98% 0.52% -
HSV(B) 2.03º 0.94% 0.99% -
XYZ 40.54 21.34 2.43 -
YUV 90.56 85.37 243.15 -
System Red Green Blue C M Y K H S L
Decimal 252 23 15 0 0.91 0.94 0.01 2.03 0.98 0.52
Hex FC 17 F 0 5B 5E 1 2 62 34
Octal 374 27 17 0 133 136 1 2 142 64
Binary 11111100 10111 1111 0 1011011 1011110 1 10 1100010 110100

Color Harmonies of #FC170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC170F

Black with #FC170F

Text Example


Text Example

White with #FC170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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