Html Css Color HEX #FA1706 Scarlet

📋 copy color: '#FA1706'

red 250 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #FA1706

Tints of Scarlet #FA1706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 89.61%
G = 8.24%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA1706 (or 0xFA1706) is known color: Scarlet. HEX triplet: FA, 17 and 06. RGB value is (250,23,6). Sum of RGB (Red+Green+Blue) = 250+23+6=279 (36% of max value = 765). Red value is 250 (98.05% from 255 or 89.61% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1706 is #05E8F9. Grayscale: #595959. Windows color (decimal): -387322 or 399354. OLE color: 399354.

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

Color convert

RGB 250 23 6 -
CMYK 0 0.91 0.98 0.02
HSL 4.18º 0.96% 0.5% -
HSV(B) 4.18º 0.98% 0.98% -
XYZ 39.76 20.95 2.12 -
YUV 88.94 81.21 242.88 -
System Red Green Blue C M Y K H S L
Decimal 250 23 6 0 0.91 0.98 0.02 4.18 0.96 0.5
Hex FA 17 6 0 5B 62 2 4 60 32
Octal 372 27 6 0 133 142 2 4 140 62
Binary 11111010 10111 110 0 1011011 1100010 10 100 1100000 110010

Color Harmonies of #FA1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1706

Black with #FA1706

Text Example


Text Example

White with #FA1706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1706; }

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

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

background-color css

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

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

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

border-color css

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

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

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