Html Css Color HEX #FA340A Scarlet

📋 copy color: '#FA340A'

red 250 ◦ green 52 ◦ blue 10

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

Shades of Scarlet #FA340A

Tints of Scarlet #FA340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 80.13%
G = 16.67%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA340A (or 0xFA340A) is known color: Scarlet. HEX triplet: FA, 34 and 0A. RGB value is (250,52,10). Sum of RGB (Red+Green+Blue) = 250+52+10=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA340A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA340A is #05CBF5. Grayscale: #6A6A6A. Windows color (decimal): -379894 or 668922. OLE color: 668922.

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

Color convert

RGB 250 52 10 -
CMYK 0 0.79 0.96 0.02
HSL 10.5º 0.96% 0.51% -
HSV(B) 10.5º 0.96% 0.98% -
XYZ 40.71 22.8 2.54 -
YUV 106.41 73.6 230.42 -
System Red Green Blue C M Y K H S L
Decimal 250 52 10 0 0.79 0.96 0.02 10.5 0.96 0.51
Hex FA 34 A 0 4F 60 2 A 60 33
Octal 372 64 12 0 117 140 2 12 140 63
Binary 11111010 110100 1010 0 1001111 1100000 10 1010 1100000 110011

Color Harmonies of #FA340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA340A

Black with #FA340A

Text Example


Text Example

White with #FA340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA340A; }

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

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

background-color css

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

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

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

border-color css

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

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

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