Html Css Color HEX #FA340F Scarlet

📋 copy color: '#FA340F'

red 250 ◦ green 52 ◦ blue 15

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

Shades of Scarlet #FA340F

Tints of Scarlet #FA340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 78.86%
G = 16.4%
B = 4.73%

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

#FA340F (or 0xFA340F) is known color: Scarlet. HEX triplet: FA, 34 and 0F. RGB value is (250,52,15). Sum of RGB (Red+Green+Blue) = 250+52+15=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA340F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA340F is #05CBF0. Grayscale: #6B6B6B. Windows color (decimal): -379889 or 996602. OLE color: 996602.

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

Color convert

RGB 250 52 15 -
CMYK 0 0.79 0.94 0.02
HSL 9.45º 0.96% 0.52% -
HSV(B) 9.45º 0.94% 0.98% -
XYZ 40.74 22.81 2.71 -
YUV 106.98 76.1 230.01 -
System Red Green Blue C M Y K H S L
Decimal 250 52 15 0 0.79 0.94 0.02 9.45 0.96 0.52
Hex FA 34 F 0 4F 5E 2 9 60 34
Octal 372 64 17 0 117 136 2 11 140 64
Binary 11111010 110100 1111 0 1001111 1011110 10 1001 1100000 110100

Color Harmonies of #FA340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA340F

Black with #FA340F

Text Example


Text Example

White with #FA340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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