Html Css Color HEX #FA1602 Scarlet

📋 copy color: '#FA1602'

red 250 ◦ green 22 ◦ blue 2

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

Shades of Scarlet #FA1602

Tints of Scarlet #FA1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.03%

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

R = 91.24%
G = 8.03%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA1602 (or 0xFA1602) is known color: Scarlet. HEX triplet: FA, 16 and 02. RGB value is (250,22,2). Sum of RGB (Red+Green+Blue) = 250+22+2=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1602 is #05E9FD. Grayscale: #585858. Windows color (decimal): -387582 or 136954. OLE color: 136954.

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

Color convert

RGB 250 22 2 -
CMYK 0 0.91 0.99 0.02
HSL 4.84º 0.98% 0.49% -
HSV(B) 4.84º 0.99% 0.98% -
XYZ 39.72 20.9 2 -
YUV 87.89 79.54 243.63 -
System Red Green Blue C M Y K H S L
Decimal 250 22 2 0 0.91 0.99 0.02 4.84 0.98 0.49
Hex FA 16 2 0 5B 63 2 5 62 31
Octal 372 26 2 0 133 143 2 5 142 61
Binary 11111010 10110 10 0 1011011 1100011 10 101 1100010 110001

Color Harmonies of #FA1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1602

Black with #FA1602

Text Example


Text Example

White with #FA1602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1602; }

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

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

background-color css

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

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

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

border-color css

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

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

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