Html Css Color HEX #FA2805 Scarlet

📋 copy color: '#FA2805'

red 250 ◦ green 40 ◦ blue 5

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

Shades of Scarlet #FA2805

Tints of Scarlet #FA2805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 84.75%
G = 13.56%
B = 1.69%

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

#FA2805 (or 0xFA2805) is known color: Scarlet. HEX triplet: FA, 28 and 05. RGB value is (250,40,5). Sum of RGB (Red+Green+Blue) = 250+40+5=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2805 is #05D7FA. Grayscale: #636363. Windows color (decimal): -382971 or 338170. OLE color: 338170.

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

Color convert

RGB 250 40 5 -
CMYK 0 0.84 0.98 0.02
HSL 8.57º 0.96% 0.5% -
HSV(B) 8.57º 0.98% 0.98% -
XYZ 40.21 21.85 2.24 -
YUV 98.8 75.07 235.85 -
System Red Green Blue C M Y K H S L
Decimal 250 40 5 0 0.84 0.98 0.02 8.57 0.96 0.5
Hex FA 28 5 0 54 62 2 9 60 32
Octal 372 50 5 0 124 142 2 11 140 62
Binary 11111010 101000 101 0 1010100 1100010 10 1001 1100000 110010

Color Harmonies of #FA2805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2805

Black with #FA2805

Text Example


Text Example

White with #FA2805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2805; }

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

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

background-color css

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

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

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

border-color css

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

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

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