Html Css Color HEX #FA3407 Scarlet

📋 copy color: '#FA3407'

red 250 ◦ green 52 ◦ blue 7

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

Shades of Scarlet #FA3407

Tints of Scarlet #FA3407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.27%

R = 80.91%
G = 16.83%
B = 2.27%

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

#FA3407 (or 0xFA3407) is known color: Scarlet. HEX triplet: FA, 34 and 07. RGB value is (250,52,7). Sum of RGB (Red+Green+Blue) = 250+52+7=309 (40% of max value = 765). Red value is 250 (98.05% from 255 or 80.91% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3407 is #05CBF8. Grayscale: #6A6A6A. Windows color (decimal): -379897 or 472314. OLE color: 472314.

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

Color convert

RGB 250 52 7 -
CMYK 0 0.79 0.97 0.02
HSL 11.11º 0.96% 0.5% -
HSV(B) 11.11º 0.97% 0.98% -
XYZ 40.69 22.8 2.46 -
YUV 106.07 72.1 230.66 -
System Red Green Blue C M Y K H S L
Decimal 250 52 7 0 0.79 0.97 0.02 11.11 0.96 0.5
Hex FA 34 7 0 4F 61 2 B 60 32
Octal 372 64 7 0 117 141 2 13 140 62
Binary 11111010 110100 111 0 1001111 1100001 10 1011 1100000 110010

Color Harmonies of #FA3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3407

Black with #FA3407

Text Example


Text Example

White with #FA3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3407; }

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

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

background-color css

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

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

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

border-color css

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

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

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