Html Css Color HEX #FC150A Scarlet

📋 copy color: '#FC150A'

red 252 ◦ green 21 ◦ blue 10

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

Shades of Scarlet #FC150A

Tints of Scarlet #FC150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.42%

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 89.05%
G = 7.42%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC150A (or 0xFC150A) is known color: Scarlet. HEX triplet: FC, 15 and 0A. RGB value is (252,21,10). Sum of RGB (Red+Green+Blue) = 252+21+10=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC150A is #03EAF5. Grayscale: #595959. Windows color (decimal): -256758 or 660988. OLE color: 660988.

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

Color convert

RGB 252 21 10 -
CMYK 0 0.92 0.96 0.01
HSL 2.73º 0.98% 0.51% -
HSV(B) 2.73º 0.96% 0.99% -
XYZ 40.47 21.25 2.26 -
YUV 88.82 83.53 244.39 -
System Red Green Blue C M Y K H S L
Decimal 252 21 10 0 0.92 0.96 0.01 2.73 0.98 0.51
Hex FC 15 A 0 5C 60 1 3 62 33
Octal 374 25 12 0 134 140 1 3 142 63
Binary 11111100 10101 1010 0 1011100 1100000 1 11 1100010 110011

Color Harmonies of #FC150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC150A

Black with #FC150A

Text Example


Text Example

White with #FC150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC150A; }

 p { color: rgb(252,21,10); }

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

background-color css

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

 a { background-color: rgb(252,21,10); }

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

border-color css

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

 span { border-color: rgb(252,21,10); }

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