Html Css Color HEX #FA170B Scarlet

📋 copy color: '#FA170B'

red 250 ◦ green 23 ◦ blue 11

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

Shades of Scarlet #FA170B

Tints of Scarlet #FA170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 11 (4.69% from 255) = 3.87%

R = 88.03%
G = 8.1%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA170B (or 0xFA170B) is known color: Scarlet. HEX triplet: FA, 17 and 0B. RGB value is (250,23,11). Sum of RGB (Red+Green+Blue) = 250+23+11=284 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.03% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 250 - color contains mainly: red. Hex color #FA170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA170B is #05E8F4. Grayscale: #595959. Windows color (decimal): -387317 or 727034. OLE color: 727034.

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

Color convert

RGB 250 23 11 -
CMYK 0 0.91 0.96 0.02
HSL 3.01º 0.96% 0.51% -
HSV(B) 3.01º 0.96% 0.98% -
XYZ 39.79 20.96 2.27 -
YUV 89.51 83.71 242.48 -
System Red Green Blue C M Y K H S L
Decimal 250 23 11 0 0.91 0.96 0.02 3.01 0.96 0.51
Hex FA 17 B 0 5B 60 2 3 60 33
Octal 372 27 13 0 133 140 2 3 140 63
Binary 11111010 10111 1011 0 1011011 1100000 10 11 1100000 110011

Color Harmonies of #FA170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA170B

Black with #FA170B

Text Example


Text Example

White with #FA170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA170B; }

 p { color: rgb(250,23,11); }

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

background-color css

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

 a { background-color: rgb(250,23,11); }

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

border-color css

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

 span { border-color: rgb(250,23,11); }

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