Html Css Color HEX #FA3326 Red Orange

📋 copy color: '#FA3326'

red 250 ◦ green 51 ◦ blue 38

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

Shades of Red Orange #FA3326

Tints of Red Orange #FA3326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 73.75%
G = 15.04%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA3326 (or 0xFA3326) is known color: Red Orange. HEX triplet: FA, 33 and 26. RGB value is (250,51,38). Sum of RGB (Red+Green+Blue) = 250+51+38=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3326 is #05CCD9. Grayscale: #6D6D6D. Windows color (decimal): -380122 or 2503674. OLE color: 2503674.

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

Color convert

RGB 250 51 38 -
CMYK 0 0.80 0.85 0.02
HSL 3.68º 0.95% 0.56% -
HSV(B) 3.68º 0.85% 0.98% -
XYZ 40.96 22.83 4.08 -
YUV 109.02 87.93 228.56 -
System Red Green Blue C M Y K H S L
Decimal 250 51 38 0 0.80 0.85 0.02 3.68 0.95 0.56
Hex FA 33 26 0 50 55 2 4 5F 38
Octal 372 63 46 0 120 125 2 4 137 70
Binary 11111010 110011 100110 0 1010000 1010101 10 100 1011111 111000

Color Harmonies of #FA3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3326

Black with #FA3326

Text Example


Text Example

White with #FA3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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