Html Css Color HEX #FA290A Scarlet

📋 copy color: '#FA290A'

red 250 ◦ green 41 ◦ blue 10

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

Shades of Scarlet #FA290A

Tints of Scarlet #FA290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 83.06%
G = 13.62%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA290A (or 0xFA290A) is known color: Scarlet. HEX triplet: FA, 29 and 0A. RGB value is (250,41,10). Sum of RGB (Red+Green+Blue) = 250+41+10=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA290A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA290A is #05D6F5. Grayscale: #646464. Windows color (decimal): -382710 or 666106. OLE color: 666106.

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

Color convert

RGB 250 41 10 -
CMYK 0 0.84 0.96 0.02
HSL 7.75º 0.96% 0.51% -
HSV(B) 7.75º 0.96% 0.98% -
XYZ 40.27 21.93 2.4 -
YUV 99.96 77.24 235.02 -
System Red Green Blue C M Y K H S L
Decimal 250 41 10 0 0.84 0.96 0.02 7.75 0.96 0.51
Hex FA 29 A 0 54 60 2 8 60 33
Octal 372 51 12 0 124 140 2 10 140 63
Binary 11111010 101001 1010 0 1010100 1100000 10 1000 1100000 110011

Color Harmonies of #FA290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA290A

Black with #FA290A

Text Example


Text Example

White with #FA290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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