Html Css Color HEX #FA3617 Scarlet

📋 copy color: '#FA3617'

red 250 ◦ green 54 ◦ blue 23

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

Shades of Scarlet #FA3617

Tints of Scarlet #FA3617

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 23 (9.38% from 255) = 7.03%

R = 76.45%
G = 16.51%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3617 (or 0xFA3617) is known color: Scarlet. HEX triplet: FA, 36 and 17. RGB value is (250,54,23). Sum of RGB (Red+Green+Blue) = 250+54+23=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3617 is #05C9E8. Grayscale: #6D6D6D. Windows color (decimal): -379369 or 1521402. OLE color: 1521402.

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

Color convert

RGB 250 54 23 -
CMYK 0 0.78 0.91 0.02
HSL 8.19º 0.96% 0.54% -
HSV(B) 8.19º 0.91% 0.98% -
XYZ 40.9 23.02 3.1 -
YUV 109.07 79.43 228.52 -
System Red Green Blue C M Y K H S L
Decimal 250 54 23 0 0.78 0.91 0.02 8.19 0.96 0.54
Hex FA 36 17 0 4E 5B 2 8 60 36
Octal 372 66 27 0 116 133 2 10 140 66
Binary 11111010 110110 10111 0 1001110 1011011 10 1000 1100000 110110

Color Harmonies of #FA3617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3617

Black with #FA3617

Text Example


Text Example

White with #FA3617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3617; }

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

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

background-color css

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

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

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

border-color css

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

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

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