Html Css Color HEX #FA320E Scarlet

📋 copy color: '#FA320E'

red 250 ◦ green 50 ◦ blue 14

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

Shades of Scarlet #FA320E

Tints of Scarlet #FA320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

 BLUE value IS 14 (5.86% from 255) = 4.46%

R = 79.62%
G = 15.92%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA320E (or 0xFA320E) is known color: Scarlet. HEX triplet: FA, 32 and 0E. RGB value is (250,50,14). Sum of RGB (Red+Green+Blue) = 250+50+14=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA320E is #05CDF1. Grayscale: #6A6A6A. Windows color (decimal): -380402 or 930554. OLE color: 930554.

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

Color convert

RGB 250 50 14 -
CMYK 0 0.8 0.94 0.02
HSL 9.15º 0.96% 0.52% -
HSV(B) 9.15º 0.94% 0.98% -
XYZ 40.64 22.64 2.64 -
YUV 105.7 76.26 230.93 -
System Red Green Blue C M Y K H S L
Decimal 250 50 14 0 0.8 0.94 0.02 9.15 0.96 0.52
Hex FA 32 E 0 50 5E 2 9 60 34
Octal 372 62 16 0 120 136 2 11 140 64
Binary 11111010 110010 1110 0 1010000 1011110 10 1001 1100000 110100

Color Harmonies of #FA320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA320E

Black with #FA320E

Text Example


Text Example

White with #FA320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA320E; }

 p { color: rgb(250,50,14); }

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

background-color css

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

 a { background-color: rgb(250,50,14); }

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

border-color css

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

 span { border-color: rgb(250,50,14); }

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