Html Css Color HEX #FA240C Scarlet

📋 copy color: '#FA240C'

red 250 ◦ green 36 ◦ blue 12

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

Shades of Scarlet #FA240C

Tints of Scarlet #FA240C

RGB

 RED value IS 250 (98.05% from 255) = 83.89%

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 83.89%
G = 12.08%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA240C (or 0xFA240C) is known color: Scarlet. HEX triplet: FA, 24 and 0C. RGB value is (250,36,12). Sum of RGB (Red+Green+Blue) = 250+36+12=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA240C is #05DBF3. Grayscale: #616161. Windows color (decimal): -383988 or 795898. OLE color: 795898.

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

Color convert

RGB 250 36 12 -
CMYK 0 0.86 0.95 0.02
HSL 6.05º 0.96% 0.51% -
HSV(B) 6.05º 0.95% 0.98% -
XYZ 40.12 21.61 2.4 -
YUV 97.25 79.9 236.95 -
System Red Green Blue C M Y K H S L
Decimal 250 36 12 0 0.86 0.95 0.02 6.05 0.96 0.51
Hex FA 24 C 0 56 5F 2 6 60 33
Octal 372 44 14 0 126 137 2 6 140 63
Binary 11111010 100100 1100 0 1010110 1011111 10 110 1100000 110011

Color Harmonies of #FA240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA240C

Black with #FA240C

Text Example


Text Example

White with #FA240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA240C; }

 p { color: rgb(250,36,12); }

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

background-color css

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

 a { background-color: rgb(250,36,12); }

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

border-color css

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

 span { border-color: rgb(250,36,12); }

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