Html Css Color HEX #FA2402 Scarlet

📋 copy color: '#FA2402'

red 250 ◦ green 36 ◦ blue 2

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

Shades of Scarlet #FA2402

Tints of Scarlet #FA2402

RGB

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

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

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

R = 86.81%
G = 12.5%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA2402 (or 0xFA2402) is known color: Scarlet. HEX triplet: FA, 24 and 02. RGB value is (250,36,2). Sum of RGB (Red+Green+Blue) = 250+36+2=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2402 is #05DBFD. Grayscale: #606060. Windows color (decimal): -383998 or 140538. OLE color: 140538.

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

Color convert

RGB 250 36 2 -
CMYK 0 0.86 0.99 0.02
HSL 8.23º 0.98% 0.49% -
HSV(B) 8.23º 0.99% 0.98% -
XYZ 40.07 21.59 2.11 -
YUV 96.11 74.9 237.76 -
System Red Green Blue C M Y K H S L
Decimal 250 36 2 0 0.86 0.99 0.02 8.23 0.98 0.49
Hex FA 24 2 0 56 63 2 8 62 31
Octal 372 44 2 0 126 143 2 10 142 61
Binary 11111010 100100 10 0 1010110 1100011 10 1000 1100010 110001

Color Harmonies of #FA2402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2402

Black with #FA2402

Text Example


Text Example

White with #FA2402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2402; }

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

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

background-color css

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

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

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

border-color css

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

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

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