Html Css Color HEX #FA3000 Scarlet

📋 copy color: '#FA3000'

red 250 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #FA3000

Tints of Scarlet #FA3000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.89%
G = 16.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA3000 (or 0xFA3000) is known color: Scarlet. HEX triplet: FA, 30 and 00. RGB value is (250,48,0). Sum of RGB (Red+Green+Blue) = 250+48+0=298 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.89% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3000 is #05CFFF. Grayscale: #676767. Windows color (decimal): -380928 or 12538. OLE color: 12538.

HSL color Cylindrical-coordinate representation of color #FA3000: hue angle of 11.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA3000 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 48 0 -
CMYK 0 0.81 1 0.02
HSL 11.52º 1% 0.49% -
HSV(B) 11.52º 1% 0.98% -
XYZ 40.48 22.44 2.2 -
YUV 102.93 69.92 232.9 -
System Red Green Blue C M Y K H S L
Decimal 250 48 0 0 0.81 1 0.02 11.52 1 0.49
Hex FA 30 0 0 51 64 2 C 64 31
Octal 372 60 0 0 121 144 2 14 144 61
Binary 11111010 110000 0 0 1010001 1100100 10 1100 1100100 110001

Color Harmonies of #FA3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3000

Black with #FA3000

Text Example


Text Example

White with #FA3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3000; }

 p { color: rgb(250,48,0); }

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

background-color css

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

 a { background-color: rgb(250,48,0); }

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

border-color css

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

 span { border-color: rgb(250,48,0); }

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