Html Css Color HEX #FA2300 Scarlet

📋 copy color: '#FA2300'

red 250 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #FA2300

Tints of Scarlet #FA2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

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

R = 87.72%
G = 12.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA2300 (or 0xFA2300) is known color: Scarlet. HEX triplet: FA, 23 and 00. RGB value is (250,35,0). Sum of RGB (Red+Green+Blue) = 250+35+0=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2300 is #05DCFF. Grayscale: #5F5F5F. Windows color (decimal): -384256 or 9210. OLE color: 9210.

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

Color convert

RGB 250 35 0 -
CMYK 0 0.86 1 0.02
HSL 8.4º 1% 0.49% -
HSV(B) 8.4º 1% 0.98% -
XYZ 40.03 21.53 2.05 -
YUV 95.3 74.23 238.35 -
System Red Green Blue C M Y K H S L
Decimal 250 35 0 0 0.86 1 0.02 8.4 1 0.49
Hex FA 23 0 0 56 64 2 8 64 31
Octal 372 43 0 0 126 144 2 10 144 61
Binary 11111010 100011 0 0 1010110 1100100 10 1000 1100100 110001

Color Harmonies of #FA2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2300

Black with #FA2300

Text Example


Text Example

White with #FA2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2300; }

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

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

background-color css

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

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

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

border-color css

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

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

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