Html Css Color HEX #FC240A Scarlet

📋 copy color: '#FC240A'

red 252 ◦ green 36 ◦ blue 10

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

Shades of Scarlet #FC240A

Tints of Scarlet #FC240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.08%

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

R = 84.56%
G = 12.08%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC240A (or 0xFC240A) is known color: Scarlet. HEX triplet: FC, 24 and 0A. RGB value is (252,36,10). Sum of RGB (Red+Green+Blue) = 252+36+10=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC240A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC240A is #03DBF5. Grayscale: #616161. Windows color (decimal): -252918 or 664828. OLE color: 664828.

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

Color convert

RGB 252 36 10 -
CMYK 0 0.86 0.96 0.01
HSL 6.45º 0.98% 0.51% -
HSV(B) 6.45º 0.96% 0.99% -
XYZ 40.83 21.98 2.38 -
YUV 97.62 78.56 238.11 -
System Red Green Blue C M Y K H S L
Decimal 252 36 10 0 0.86 0.96 0.01 6.45 0.98 0.51
Hex FC 24 A 0 56 60 1 6 62 33
Octal 374 44 12 0 126 140 1 6 142 63
Binary 11111100 100100 1010 0 1010110 1100000 1 110 1100010 110011

Color Harmonies of #FC240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC240A

Black with #FC240A

Text Example


Text Example

White with #FC240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC240A; }

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

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

background-color css

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

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

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

border-color css

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

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

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