Html Css Color HEX #FA261E Scarlet

📋 copy color: '#FA261E'

red 250 ◦ green 38 ◦ blue 30

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

Shades of Scarlet #FA261E

Tints of Scarlet #FA261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 78.62%
G = 11.95%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA261E (or 0xFA261E) is known color: Scarlet. HEX triplet: FA, 26 and 1E. RGB value is (250,38,30). Sum of RGB (Red+Green+Blue) = 250+38+30=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA261E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA261E is #05D9E1. Grayscale: #646464. Windows color (decimal): -383458 or 1976058. OLE color: 1976058.

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

Color convert

RGB 250 38 30 -
CMYK 0 0.85 0.88 0.02
HSL 2.18º 0.96% 0.55% -
HSV(B) 2.18º 0.88% 0.98% -
XYZ 40.35 21.8 3.31 -
YUV 100.48 88.24 234.65 -
System Red Green Blue C M Y K H S L
Decimal 250 38 30 0 0.85 0.88 0.02 2.18 0.96 0.55
Hex FA 26 1E 0 55 58 2 2 60 37
Octal 372 46 36 0 125 130 2 2 140 67
Binary 11111010 100110 11110 0 1010101 1011000 10 10 1100000 110111

Color Harmonies of #FA261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA261E

Black with #FA261E

Text Example


Text Example

White with #FA261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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