Html Css Color HEX #FA2804 Scarlet

📋 copy color: '#FA2804'

red 250 ◦ green 40 ◦ blue 4

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

Shades of Scarlet #FA2804

Tints of Scarlet #FA2804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 85.03%
G = 13.61%
B = 1.36%

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

#FA2804 (or 0xFA2804) is known color: Scarlet. HEX triplet: FA, 28 and 04. RGB value is (250,40,4). Sum of RGB (Red+Green+Blue) = 250+40+4=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2804 is #05D7FB. Grayscale: #636363. Windows color (decimal): -382972 or 272634. OLE color: 272634.

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

Color convert

RGB 250 40 4 -
CMYK 0 0.84 0.98 0.02
HSL 8.78º 0.97% 0.5% -
HSV(B) 8.78º 0.98% 0.98% -
XYZ 40.21 21.85 2.21 -
YUV 98.69 74.57 235.93 -
System Red Green Blue C M Y K H S L
Decimal 250 40 4 0 0.84 0.98 0.02 8.78 0.97 0.5
Hex FA 28 4 0 54 62 2 9 61 32
Octal 372 50 4 0 124 142 2 11 141 62
Binary 11111010 101000 100 0 1010100 1100010 10 1001 1100001 110010

Color Harmonies of #FA2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2804

Black with #FA2804

Text Example


Text Example

White with #FA2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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