Html Css Color HEX #FA2809 Scarlet

📋 copy color: '#FA2809'

red 250 ◦ green 40 ◦ blue 9

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

Shades of Scarlet #FA2809

Tints of Scarlet #FA2809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 9 (3.91% from 255) = 3.01%

R = 83.61%
G = 13.38%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA2809 (or 0xFA2809) is known color: Scarlet. HEX triplet: FA, 28 and 09. RGB value is (250,40,9). Sum of RGB (Red+Green+Blue) = 250+40+9=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2809 is #05D7F6. Grayscale: #636363. Windows color (decimal): -382967 or 600314. OLE color: 600314.

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

Color convert

RGB 250 40 9 -
CMYK 0 0.84 0.96 0.02
HSL 7.72º 0.96% 0.51% -
HSV(B) 7.72º 0.96% 0.98% -
XYZ 40.23 21.86 2.36 -
YUV 99.26 77.07 235.52 -
System Red Green Blue C M Y K H S L
Decimal 250 40 9 0 0.84 0.96 0.02 7.72 0.96 0.51
Hex FA 28 9 0 54 60 2 8 60 33
Octal 372 50 11 0 124 140 2 10 140 63
Binary 11111010 101000 1001 0 1010100 1100000 10 1000 1100000 110011

Color Harmonies of #FA2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2809

Black with #FA2809

Text Example


Text Example

White with #FA2809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2809; }

 p { color: rgb(250,40,9); }

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

background-color css

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

 a { background-color: rgb(250,40,9); }

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

border-color css

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

 span { border-color: rgb(250,40,9); }

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