Html Css Color HEX #FA3222 Red Orange

📋 copy color: '#FA3222'

red 250 ◦ green 50 ◦ blue 34

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

Shades of Red Orange #FA3222

Tints of Red Orange #FA3222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 74.85%
G = 14.97%
B = 10.18%

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

#FA3222 (or 0xFA3222) is known color: Red Orange. HEX triplet: FA, 32 and 22. RGB value is (250,50,34). Sum of RGB (Red+Green+Blue) = 250+50+34=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3222 is #05CDDD. Grayscale: #6C6C6C. Windows color (decimal): -380382 or 2241274. OLE color: 2241274.

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

Color convert

RGB 250 50 34 -
CMYK 0 0.8 0.86 0.02
HSL 4.44º 0.96% 0.56% -
HSV(B) 4.44º 0.86% 0.98% -
XYZ 40.85 22.72 3.75 -
YUV 107.98 86.26 229.3 -
System Red Green Blue C M Y K H S L
Decimal 250 50 34 0 0.8 0.86 0.02 4.44 0.96 0.56
Hex FA 32 22 0 50 56 2 4 60 38
Octal 372 62 42 0 120 126 2 4 140 70
Binary 11111010 110010 100010 0 1010000 1010110 10 100 1100000 111000

Color Harmonies of #FA3222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3222

Black with #FA3222

Text Example


Text Example

White with #FA3222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3222; }

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

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

background-color css

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

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

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

border-color css

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

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

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