Html Css Color HEX #FA160B Scarlet

📋 copy color: '#FA160B'

red 250 ◦ green 22 ◦ blue 11

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

Shades of Scarlet #FA160B

Tints of Scarlet #FA160B

RGB

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

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

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

R = 88.34%
G = 7.77%
B = 3.89%

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

#FA160B (or 0xFA160B) is known color: Scarlet. HEX triplet: FA, 16 and 0B. RGB value is (250,22,11). Sum of RGB (Red+Green+Blue) = 250+22+11=283 (37% of max value = 765). Red value is 250 (98.05% from 255 or 88.34% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 250 - color contains mainly: red. Hex color #FA160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA160B is #05E9F4. Grayscale: #595959. Windows color (decimal): -387573 or 726778. OLE color: 726778.

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

Color convert

RGB 250 22 11 -
CMYK 0 0.91 0.96 0.02
HSL 2.76º 0.96% 0.51% -
HSV(B) 2.76º 0.96% 0.98% -
XYZ 39.77 20.92 2.26 -
YUV 88.92 84.04 242.89 -
System Red Green Blue C M Y K H S L
Decimal 250 22 11 0 0.91 0.96 0.02 2.76 0.96 0.51
Hex FA 16 B 0 5B 60 2 3 60 33
Octal 372 26 13 0 133 140 2 3 140 63
Binary 11111010 10110 1011 0 1011011 1100000 10 11 1100000 110011

Color Harmonies of #FA160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA160B

Black with #FA160B

Text Example


Text Example

White with #FA160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA160B; }

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

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

background-color css

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

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

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

border-color css

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

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

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