Html Css Color HEX #FA340B Scarlet

📋 copy color: '#FA340B'

red 250 ◦ green 52 ◦ blue 11

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

Shades of Scarlet #FA340B

Tints of Scarlet #FA340B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.51%

R = 79.87%
G = 16.61%
B = 3.51%

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

#FA340B (or 0xFA340B) is known color: Scarlet. HEX triplet: FA, 34 and 0B. RGB value is (250,52,11). Sum of RGB (Red+Green+Blue) = 250+52+11=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA340B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA340B is #05CBF4. Grayscale: #6A6A6A. Windows color (decimal): -379893 or 734458. OLE color: 734458.

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

Color convert

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

Color Harmonies of #FA340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA340B

Black with #FA340B

Text Example


Text Example

White with #FA340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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