Html Css Color HEX #FA3224 Red Orange

📋 copy color: '#FA3224'

red 250 ◦ green 50 ◦ blue 36

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

Shades of Red Orange #FA3224

Tints of Red Orange #FA3224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 74.4%
G = 14.88%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA3224 (or 0xFA3224) is known color: Red Orange. HEX triplet: FA, 32 and 24. RGB value is (250,50,36). Sum of RGB (Red+Green+Blue) = 250+50+36=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3224 is #05CDDB. Grayscale: #6C6C6C. Windows color (decimal): -380380 or 2372346. OLE color: 2372346.

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

Color convert

RGB 250 50 36 -
CMYK 0 0.8 0.86 0.02
HSL 3.93º 0.96% 0.56% -
HSV(B) 3.93º 0.86% 0.98% -
XYZ 40.88 22.73 3.9 -
YUV 108.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 250 50 36 0 0.8 0.86 0.02 3.93 0.96 0.56
Hex FA 32 24 0 50 56 2 4 60 38
Octal 372 62 44 0 120 126 2 4 140 70
Binary 11111010 110010 100100 0 1010000 1010110 10 100 1100000 111000

Color Harmonies of #FA3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3224

Black with #FA3224

Text Example


Text Example

White with #FA3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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