Html Css Color HEX #FA170E Scarlet

📋 copy color: '#FA170E'

red 250 ◦ green 23 ◦ blue 14

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

Shades of Scarlet #FA170E

Tints of Scarlet #FA170E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

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

R = 87.11%
G = 8.01%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA170E (or 0xFA170E) is known color: Scarlet. HEX triplet: FA, 17 and 0E. RGB value is (250,23,14). Sum of RGB (Red+Green+Blue) = 250+23+14=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA170E is #05E8F1. Grayscale: #5A5A5A. Windows color (decimal): -387314 or 923642. OLE color: 923642.

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

Color convert

RGB 250 23 14 -
CMYK 0 0.91 0.94 0.02
HSL 2.29º 0.96% 0.52% -
HSV(B) 2.29º 0.94% 0.98% -
XYZ 39.81 20.97 2.36 -
YUV 89.85 85.21 242.23 -
System Red Green Blue C M Y K H S L
Decimal 250 23 14 0 0.91 0.94 0.02 2.29 0.96 0.52
Hex FA 17 E 0 5B 5E 2 2 60 34
Octal 372 27 16 0 133 136 2 2 140 64
Binary 11111010 10111 1110 0 1011011 1011110 10 10 1100000 110100

Color Harmonies of #FA170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA170E

Black with #FA170E

Text Example


Text Example

White with #FA170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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