Html Css Color HEX #FA3529 Red Orange

📋 copy color: '#FA3529'

red 250 ◦ green 53 ◦ blue 41

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

Shades of Red Orange #FA3529

Tints of Red Orange #FA3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

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

R = 72.67%
G = 15.41%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3529 (or 0xFA3529) is known color: Red Orange. HEX triplet: FA, 35 and 29. RGB value is (250,53,41). Sum of RGB (Red+Green+Blue) = 250+53+41=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3529 is #05CAD6. Grayscale: #6E6E6E. Windows color (decimal): -379607 or 2700794. OLE color: 2700794.

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

Color convert

RGB 250 53 41 -
CMYK 0 0.79 0.84 0.02
HSL 3.44º 0.95% 0.57% -
HSV(B) 3.44º 0.84% 0.98% -
XYZ 41.1 23.03 4.38 -
YUV 110.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 250 53 41 0 0.79 0.84 0.02 3.44 0.95 0.57
Hex FA 35 29 0 4F 54 2 3 5F 39
Octal 372 65 51 0 117 124 2 3 137 71
Binary 11111010 110101 101001 0 1001111 1010100 10 11 1011111 111001

Color Harmonies of #FA3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3529

Black with #FA3529

Text Example


Text Example

White with #FA3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3529; }

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

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

background-color css

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

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

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

border-color css

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

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

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