Html Css Color HEX #FA3416 Scarlet

📋 copy color: '#FA3416'

red 250 ◦ green 52 ◦ blue 22

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

Shades of Scarlet #FA3416

Tints of Scarlet #FA3416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 77.16%
G = 16.05%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA3416 (or 0xFA3416) is known color: Scarlet. HEX triplet: FA, 34 and 16. RGB value is (250,52,22). Sum of RGB (Red+Green+Blue) = 250+52+22=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3416 is #05CBE9. Grayscale: #6C6C6C. Windows color (decimal): -379882 or 1455354. OLE color: 1455354.

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

Color convert

RGB 250 52 22 -
CMYK 0 0.79 0.91 0.02
HSL 7.89º 0.96% 0.53% -
HSV(B) 7.89º 0.91% 0.98% -
XYZ 40.8 22.84 3.02 -
YUV 107.78 79.6 229.44 -
System Red Green Blue C M Y K H S L
Decimal 250 52 22 0 0.79 0.91 0.02 7.89 0.96 0.53
Hex FA 34 16 0 4F 5B 2 8 60 35
Octal 372 64 26 0 117 133 2 10 140 65
Binary 11111010 110100 10110 0 1001111 1011011 10 1000 1100000 110101

Color Harmonies of #FA3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3416

Black with #FA3416

Text Example


Text Example

White with #FA3416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3416; }

 p { color: rgb(250,52,22); }

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

background-color css

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

 a { background-color: rgb(250,52,22); }

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

border-color css

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

 span { border-color: rgb(250,52,22); }

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