Html Css Color HEX #FA3329 Red Orange

📋 copy color: '#FA3329'

red 250 ◦ green 51 ◦ blue 41

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

Shades of Red Orange #FA3329

Tints of Red Orange #FA3329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 73.1%
G = 14.91%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3329 (or 0xFA3329) is known color: Red Orange. HEX triplet: FA, 33 and 29. RGB value is (250,51,41). Sum of RGB (Red+Green+Blue) = 250+51+41=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3329 is #05CCD6. Grayscale: #6D6D6D. Windows color (decimal): -380119 or 2700282. OLE color: 2700282.

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

Color convert

RGB 250 51 41 -
CMYK 0 0.80 0.84 0.02
HSL 2.87º 0.95% 0.57% -
HSV(B) 2.87º 0.84% 0.98% -
XYZ 41.01 22.85 4.35 -
YUV 109.36 89.43 228.31 -
System Red Green Blue C M Y K H S L
Decimal 250 51 41 0 0.80 0.84 0.02 2.87 0.95 0.57
Hex FA 33 29 0 50 54 2 3 5F 39
Octal 372 63 51 0 120 124 2 3 137 71
Binary 11111010 110011 101001 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #FA3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3329

Black with #FA3329

Text Example


Text Example

White with #FA3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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