Html Css Color HEX #FA3426 Red Orange

📋 copy color: '#FA3426'

red 250 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #FA3426

Tints of Red Orange #FA3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

 BLUE value IS 38 (15.23% from 255) = 11.18%

R = 73.53%
G = 15.29%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA3426 (or 0xFA3426) is known color: Red Orange. HEX triplet: FA, 34 and 26. RGB value is (250,52,38). Sum of RGB (Red+Green+Blue) = 250+52+38=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3426 is #05CBD9. Grayscale: #6D6D6D. Windows color (decimal): -379866 or 2503930. OLE color: 2503930.

HSL color Cylindrical-coordinate representation of color #FA3426: hue angle of 3.96º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA3426 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 52 38 -
CMYK 0 0.79 0.85 0.02
HSL 3.96º 0.95% 0.56% -
HSV(B) 3.96º 0.85% 0.98% -
XYZ 41 22.92 4.1 -
YUV 109.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 250 52 38 0 0.79 0.85 0.02 3.96 0.95 0.56
Hex FA 34 26 0 4F 55 2 4 5F 38
Octal 372 64 46 0 117 125 2 4 137 70
Binary 11111010 110100 100110 0 1001111 1010101 10 100 1011111 111000

Color Harmonies of #FA3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3426

Black with #FA3426

Text Example


Text Example

White with #FA3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3426; }

 p { color: rgb(250,52,38); }

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

background-color css

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

 a { background-color: rgb(250,52,38); }

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

border-color css

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

 span { border-color: rgb(250,52,38); }

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