Html Css Color HEX #FA2706 Scarlet

📋 copy color: '#FA2706'

red 250 ◦ green 39 ◦ blue 6

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

Shades of Scarlet #FA2706

Tints of Scarlet #FA2706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 84.75%
G = 13.22%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA2706 (or 0xFA2706) is known color: Scarlet. HEX triplet: FA, 27 and 06. RGB value is (250,39,6). Sum of RGB (Red+Green+Blue) = 250+39+6=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2706 is #05D8F9. Grayscale: #626262. Windows color (decimal): -383226 or 403450. OLE color: 403450.

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

Color convert

RGB 250 39 6 -
CMYK 0 0.84 0.98 0.02
HSL 8.11º 0.96% 0.5% -
HSV(B) 8.11º 0.98% 0.98% -
XYZ 40.18 21.79 2.26 -
YUV 98.33 75.9 236.18 -
System Red Green Blue C M Y K H S L
Decimal 250 39 6 0 0.84 0.98 0.02 8.11 0.96 0.5
Hex FA 27 6 0 54 62 2 8 60 32
Octal 372 47 6 0 124 142 2 10 140 62
Binary 11111010 100111 110 0 1010100 1100010 10 1000 1100000 110010

Color Harmonies of #FA2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2706

Black with #FA2706

Text Example


Text Example

White with #FA2706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2706; }

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

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

background-color css

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

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

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

border-color css

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

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

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