Html Css Color HEX #FA3508 Scarlet

📋 copy color: '#FA3508'

red 250 ◦ green 53 ◦ blue 8

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

Shades of Scarlet #FA3508

Tints of Scarlet #FA3508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 80.39%
G = 17.04%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA3508 (or 0xFA3508) is known color: Scarlet. HEX triplet: FA, 35 and 08. RGB value is (250,53,8). Sum of RGB (Red+Green+Blue) = 250+53+8=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3508 is #05CAF7. Grayscale: #6B6B6B. Windows color (decimal): -379640 or 538106. OLE color: 538106.

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

Color convert

RGB 250 53 8 -
CMYK 0 0.79 0.97 0.02
HSL 11.16º 0.96% 0.51% -
HSV(B) 11.16º 0.97% 0.98% -
XYZ 40.74 22.89 2.5 -
YUV 106.77 72.27 230.16 -
System Red Green Blue C M Y K H S L
Decimal 250 53 8 0 0.79 0.97 0.02 11.16 0.96 0.51
Hex FA 35 8 0 4F 61 2 B 60 33
Octal 372 65 10 0 117 141 2 13 140 63
Binary 11111010 110101 1000 0 1001111 1100001 10 1011 1100000 110011

Color Harmonies of #FA3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3508

Black with #FA3508

Text Example


Text Example

White with #FA3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3508; }

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

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

background-color css

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

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

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

border-color css

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

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

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