Html Css Color HEX #FA2502 Scarlet

📋 copy color: '#FA2502'

red 250 ◦ green 37 ◦ blue 2

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

Shades of Scarlet #FA2502

Tints of Scarlet #FA2502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 86.51%
G = 12.8%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA2502 (or 0xFA2502) is known color: Scarlet. HEX triplet: FA, 25 and 02. RGB value is (250,37,2). Sum of RGB (Red+Green+Blue) = 250+37+2=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2502 is #05DAFD. Grayscale: #616161. Windows color (decimal): -383742 or 140794. OLE color: 140794.

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

Color convert

RGB 250 37 2 -
CMYK 0 0.85 0.99 0.02
HSL 8.47º 0.98% 0.49% -
HSV(B) 8.47º 0.99% 0.98% -
XYZ 40.1 21.65 2.12 -
YUV 96.7 74.57 237.35 -
System Red Green Blue C M Y K H S L
Decimal 250 37 2 0 0.85 0.99 0.02 8.47 0.98 0.49
Hex FA 25 2 0 55 63 2 8 62 31
Octal 372 45 2 0 125 143 2 10 142 61
Binary 11111010 100101 10 0 1010101 1100011 10 1000 1100010 110001

Color Harmonies of #FA2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2502

Black with #FA2502

Text Example


Text Example

White with #FA2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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