Html Css Color HEX #FA0428 Torch Red

📋 copy color: '#FA0428'

red 250 ◦ green 4 ◦ blue 40

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

Shades of Torch Red #FA0428

Tints of Torch Red #FA0428

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA0428 (or 0xFA0428) is known color: Torch Red. HEX triplet: FA, 04 and 28. RGB value is (250,4,40). Sum of RGB (Red+Green+Blue) = 250+4+40=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0428 is #05FBD7. Grayscale: #515151. Windows color (decimal): -392152 or 2622714. OLE color: 2622714.

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

Color convert

RGB 250 4 40 -
CMYK 0 0.98 0.84 0.02
HSL 351.22º 0.97% 0.5% -
HSV(B) 351.22º 0.98% 0.98% -
XYZ 39.85 20.56 3.88 -
YUV 81.66 104.5 248.07 -
System Red Green Blue C M Y K H S L
Decimal 250 4 40 0 0.98 0.84 0.02 351.22 0.97 0.5
Hex FA 4 28 0 62 54 2 15F 61 32
Octal 372 4 50 0 142 124 2 537 141 62
Binary 11111010 100 101000 0 1100010 1010100 10 101011111 1100001 110010

Color Harmonies of #FA0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0428

Black with #FA0428

Text Example


Text Example

White with #FA0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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