Html Css Color HEX #FA180B Scarlet

📋 copy color: '#FA180B'

red 250 ◦ green 24 ◦ blue 11

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

Shades of Scarlet #FA180B

Tints of Scarlet #FA180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

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

R = 87.72%
G = 8.42%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA180B (or 0xFA180B) is known color: Scarlet. HEX triplet: FA, 18 and 0B. RGB value is (250,24,11). Sum of RGB (Red+Green+Blue) = 250+24+11=285 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.72% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 250 - color contains mainly: red. Hex color #FA180B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA180B is #05E7F4. Grayscale: #5A5A5A. Windows color (decimal): -387061 or 727290. OLE color: 727290.

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

Color convert

RGB 250 24 11 -
CMYK 0 0.90 0.96 0.02
HSL 3.26º 0.96% 0.51% -
HSV(B) 3.26º 0.96% 0.98% -
XYZ 39.81 21 2.27 -
YUV 90.09 83.37 242.06 -
System Red Green Blue C M Y K H S L
Decimal 250 24 11 0 0.90 0.96 0.02 3.26 0.96 0.51
Hex FA 18 B 0 5A 60 2 3 60 33
Octal 372 30 13 0 132 140 2 3 140 63
Binary 11111010 11000 1011 0 1011010 1100000 10 11 1100000 110011

Color Harmonies of #FA180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA180B

Black with #FA180B

Text Example


Text Example

White with #FA180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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