Html Css Color HEX #FA2707 Scarlet

📋 copy color: '#FA2707'

red 250 ◦ green 39 ◦ blue 7

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

Shades of Scarlet #FA2707

Tints of Scarlet #FA2707

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 84.46%
G = 13.18%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA2707 (or 0xFA2707) is known color: Scarlet. HEX triplet: FA, 27 and 07. RGB value is (250,39,7). Sum of RGB (Red+Green+Blue) = 250+39+7=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2707 is #05D8F8. Grayscale: #626262. Windows color (decimal): -383225 or 468986. OLE color: 468986.

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

Color convert

RGB 250 39 7 -
CMYK 0 0.84 0.97 0.02
HSL 7.9º 0.96% 0.5% -
HSV(B) 7.9º 0.97% 0.98% -
XYZ 40.19 21.79 2.29 -
YUV 98.44 76.4 236.1 -
System Red Green Blue C M Y K H S L
Decimal 250 39 7 0 0.84 0.97 0.02 7.9 0.96 0.5
Hex FA 27 7 0 54 61 2 8 60 32
Octal 372 47 7 0 124 141 2 10 140 62
Binary 11111010 100111 111 0 1010100 1100001 10 1000 1100000 110010

Color Harmonies of #FA2707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2707

Black with #FA2707

Text Example


Text Example

White with #FA2707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2707; }

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

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

background-color css

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

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

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

border-color css

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

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

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