Html Css Color HEX #FA2500 Scarlet

📋 copy color: '#FA2500'

red 250 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #FA2500

Tints of Scarlet #FA2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 87.11%
G = 12.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA2500 (or 0xFA2500) is known color: Scarlet. HEX triplet: FA, 25 and 00. RGB value is (250,37,0). Sum of RGB (Red+Green+Blue) = 250+37+0=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2500 is #05DAFF. Grayscale: #606060. Windows color (decimal): -383744 or 9722. OLE color: 9722.

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

Color convert

RGB 250 37 0 -
CMYK 0 0.85 1 0.02
HSL 8.88º 1% 0.49% -
HSV(B) 8.88º 1% 0.98% -
XYZ 40.09 21.65 2.07 -
YUV 96.47 73.57 237.51 -
System Red Green Blue C M Y K H S L
Decimal 250 37 0 0 0.85 1 0.02 8.88 1 0.49
Hex FA 25 0 0 55 64 2 9 64 31
Octal 372 45 0 0 125 144 2 11 144 61
Binary 11111010 100101 0 0 1010101 1100100 10 1001 1100100 110001

Color Harmonies of #FA2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2500

Black with #FA2500

Text Example


Text Example

White with #FA2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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