Html Css Color HEX #FC270A Scarlet

📋 copy color: '#FC270A'

red 252 ◦ green 39 ◦ blue 10

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

Shades of Scarlet #FC270A

Tints of Scarlet #FC270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 83.72%
G = 12.96%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC270A (or 0xFC270A) is known color: Scarlet. HEX triplet: FC, 27 and 0A. RGB value is (252,39,10). Sum of RGB (Red+Green+Blue) = 252+39+10=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC270A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC270A is #03D8F5. Grayscale: #636363. Windows color (decimal): -252150 or 665596. OLE color: 665596.

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

Color convert

RGB 252 39 10 -
CMYK 0 0.85 0.96 0.01
HSL 7.19º 0.98% 0.51% -
HSV(B) 7.19º 0.96% 0.99% -
XYZ 40.93 22.17 2.41 -
YUV 99.38 77.57 236.86 -
System Red Green Blue C M Y K H S L
Decimal 252 39 10 0 0.85 0.96 0.01 7.19 0.98 0.51
Hex FC 27 A 0 55 60 1 7 62 33
Octal 374 47 12 0 125 140 1 7 142 63
Binary 11111100 100111 1010 0 1010101 1100000 1 111 1100010 110011

Color Harmonies of #FC270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC270A

Black with #FC270A

Text Example


Text Example

White with #FC270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC270A; }

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

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

background-color css

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

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

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

border-color css

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

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

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