Html Css Color HEX #FA3305 Scarlet

📋 copy color: '#FA3305'

red 250 ◦ green 51 ◦ blue 5

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

Shades of Scarlet #FA3305

Tints of Scarlet #FA3305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 81.7%
G = 16.67%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA3305 (or 0xFA3305) is known color: Scarlet. HEX triplet: FA, 33 and 05. RGB value is (250,51,5). Sum of RGB (Red+Green+Blue) = 250+51+5=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3305 is #05CCFA. Grayscale: #696969. Windows color (decimal): -380155 or 340986. OLE color: 340986.

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

Color convert

RGB 250 51 5 -
CMYK 0 0.80 0.98 0.02
HSL 11.27º 0.96% 0.5% -
HSV(B) 11.27º 0.98% 0.98% -
XYZ 40.64 22.7 2.38 -
YUV 105.26 71.43 231.24 -
System Red Green Blue C M Y K H S L
Decimal 250 51 5 0 0.80 0.98 0.02 11.27 0.96 0.5
Hex FA 33 5 0 50 62 2 B 60 32
Octal 372 63 5 0 120 142 2 13 140 62
Binary 11111010 110011 101 0 1010000 1100010 10 1011 1100000 110010

Color Harmonies of #FA3305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3305

Black with #FA3305

Text Example


Text Example

White with #FA3305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3305; }

 p { color: rgb(250,51,5); }

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

background-color css

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

 a { background-color: rgb(250,51,5); }

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

border-color css

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

 span { border-color: rgb(250,51,5); }

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