Html Css Color HEX #FA3229 Red Orange

📋 copy color: '#FA3229'

red 250 ◦ green 50 ◦ blue 41

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

Shades of Red Orange #FA3229

Tints of Red Orange #FA3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.66%

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

R = 73.31%
G = 14.66%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3229 (or 0xFA3229) is known color: Red Orange. HEX triplet: FA, 32 and 29. RGB value is (250,50,41). Sum of RGB (Red+Green+Blue) = 250+50+41=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3229 is #05CDD6. Grayscale: #6D6D6D. Windows color (decimal): -380375 or 2700026. OLE color: 2700026.

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

Color convert

RGB 250 50 41 -
CMYK 0 0.8 0.84 0.02
HSL 2.58º 0.95% 0.57% -
HSV(B) 2.58º 0.84% 0.98% -
XYZ 40.97 22.77 4.33 -
YUV 108.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 250 50 41 0 0.8 0.84 0.02 2.58 0.95 0.57
Hex FA 32 29 0 50 54 2 3 5F 39
Octal 372 62 51 0 120 124 2 3 137 71
Binary 11111010 110010 101001 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #FA3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3229

Black with #FA3229

Text Example


Text Example

White with #FA3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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