Html Css Color HEX #FA2B0A Scarlet

📋 copy color: '#FA2B0A'

red 250 ◦ green 43 ◦ blue 10

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

Shades of Scarlet #FA2B0A

Tints of Scarlet #FA2B0A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 82.51%
G = 14.19%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA2B0A (or 0xFA2B0A) is known color: Scarlet. HEX triplet: FA, 2B and 0A. RGB value is (250,43,10). Sum of RGB (Red+Green+Blue) = 250+43+10=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B0A is #05D4F5. Grayscale: #656565. Windows color (decimal): -382198 or 666618. OLE color: 666618.

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

Color convert

RGB 250 43 10 -
CMYK 0 0.83 0.96 0.02
HSL 8.25º 0.96% 0.51% -
HSV(B) 8.25º 0.96% 0.98% -
XYZ 40.34 22.07 2.42 -
YUV 101.13 76.58 234.18 -
System Red Green Blue C M Y K H S L
Decimal 250 43 10 0 0.83 0.96 0.02 8.25 0.96 0.51
Hex FA 2B A 0 53 60 2 8 60 33
Octal 372 53 12 0 123 140 2 10 140 63
Binary 11111010 101011 1010 0 1010011 1100000 10 1000 1100000 110011

Color Harmonies of #FA2B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B0A

Black with #FA2B0A

Text Example


Text Example

White with #FA2B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B0A; }

 p { color: rgb(250,43,10); }

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

background-color css

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

 a { background-color: rgb(250,43,10); }

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

border-color css

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

 span { border-color: rgb(250,43,10); }

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