Html Css Color HEX #FA3510 Scarlet

📋 copy color: '#FA3510'

red 250 ◦ green 53 ◦ blue 16

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

Shades of Scarlet #FA3510

Tints of Scarlet #FA3510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 78.37%
G = 16.61%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA3510 (or 0xFA3510) is known color: Scarlet. HEX triplet: FA, 35 and 10. RGB value is (250,53,16). Sum of RGB (Red+Green+Blue) = 250+53+16=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3510 is #05CAEF. Grayscale: #6C6C6C. Windows color (decimal): -379632 or 1062394. OLE color: 1062394.

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

Color convert

RGB 250 53 16 -
CMYK 0 0.79 0.94 0.02
HSL 9.49º 0.96% 0.52% -
HSV(B) 9.49º 0.94% 0.98% -
XYZ 40.79 22.91 2.76 -
YUV 107.69 76.27 229.51 -
System Red Green Blue C M Y K H S L
Decimal 250 53 16 0 0.79 0.94 0.02 9.49 0.96 0.52
Hex FA 35 10 0 4F 5E 2 9 60 34
Octal 372 65 20 0 117 136 2 11 140 64
Binary 11111010 110101 10000 0 1001111 1011110 10 1001 1100000 110100

Color Harmonies of #FA3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3510

Black with #FA3510

Text Example


Text Example

White with #FA3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3510; }

 p { color: rgb(250,53,16); }

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

background-color css

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

 a { background-color: rgb(250,53,16); }

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

border-color css

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

 span { border-color: rgb(250,53,16); }

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