Html Css Color HEX #FA2605 Scarlet

📋 copy color: '#FA2605'

red 250 ◦ green 38 ◦ blue 5

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

Shades of Scarlet #FA2605

Tints of Scarlet #FA2605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 85.32%
G = 12.97%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA2605 (or 0xFA2605) is known color: Scarlet. HEX triplet: FA, 26 and 05. RGB value is (250,38,5). Sum of RGB (Red+Green+Blue) = 250+38+5=293 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.32% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2605 is #05D9FA. Grayscale: #616161. Windows color (decimal): -383483 or 337658. OLE color: 337658.

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

Color convert

RGB 250 38 5 -
CMYK 0 0.85 0.98 0.02
HSL 8.08º 0.96% 0.5% -
HSV(B) 8.08º 0.98% 0.98% -
XYZ 40.14 21.72 2.22 -
YUV 97.63 75.74 236.68 -
System Red Green Blue C M Y K H S L
Decimal 250 38 5 0 0.85 0.98 0.02 8.08 0.96 0.5
Hex FA 26 5 0 55 62 2 8 60 32
Octal 372 46 5 0 125 142 2 10 140 62
Binary 11111010 100110 101 0 1010101 1100010 10 1000 1100000 110010

Color Harmonies of #FA2605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2605

Black with #FA2605

Text Example


Text Example

White with #FA2605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2605; }

 p { color: rgb(250,38,5); }

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

background-color css

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

 a { background-color: rgb(250,38,5); }

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

border-color css

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

 span { border-color: rgb(250,38,5); }

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