Html Css Color HEX #FC200F Scarlet

📋 copy color: '#FC200F'

red 252 ◦ green 32 ◦ blue 15

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

Shades of Scarlet #FC200F

Tints of Scarlet #FC200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

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

R = 84.28%
G = 10.7%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC200F (or 0xFC200F) is known color: Scarlet. HEX triplet: FC, 20 and 0F. RGB value is (252,32,15). Sum of RGB (Red+Green+Blue) = 252+32+15=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC200F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC200F is #03DFF0. Grayscale: #606060. Windows color (decimal): -253937 or 991484. OLE color: 991484.

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

Color convert

RGB 252 32 15 -
CMYK 0 0.87 0.94 0.01
HSL 4.3º 0.98% 0.52% -
HSV(B) 4.3º 0.94% 0.99% -
XYZ 40.75 21.76 2.5 -
YUV 95.84 82.39 239.38 -
System Red Green Blue C M Y K H S L
Decimal 252 32 15 0 0.87 0.94 0.01 4.3 0.98 0.52
Hex FC 20 F 0 57 5E 1 4 62 34
Octal 374 40 17 0 127 136 1 4 142 64
Binary 11111100 100000 1111 0 1010111 1011110 1 100 1100010 110100

Color Harmonies of #FC200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC200F

Black with #FC200F

Text Example


Text Example

White with #FC200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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