Html Css Color HEX #FA3C22 Red Orange

📋 copy color: '#FA3C22'

red 250 ◦ green 60 ◦ blue 34

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

Shades of Red Orange #FA3C22

Tints of Red Orange #FA3C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.44%

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

R = 72.67%
G = 17.44%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA3C22 (or 0xFA3C22) is known color: Red Orange. HEX triplet: FA, 3C and 22. RGB value is (250,60,34). Sum of RGB (Red+Green+Blue) = 250+60+34=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C22 is #05C3DD. Grayscale: #727272. Windows color (decimal): -377822 or 2243834. OLE color: 2243834.

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

Color convert

RGB 250 60 34 -
CMYK 0 0.76 0.86 0.02
HSL 7.22º 0.96% 0.56% -
HSV(B) 7.22º 0.86% 0.98% -
XYZ 41.33 23.67 3.9 -
YUV 113.85 82.95 225.11 -
System Red Green Blue C M Y K H S L
Decimal 250 60 34 0 0.76 0.86 0.02 7.22 0.96 0.56
Hex FA 3C 22 0 4C 56 2 7 60 38
Octal 372 74 42 0 114 126 2 7 140 70
Binary 11111010 111100 100010 0 1001100 1010110 10 111 1100000 111000

Color Harmonies of #FA3C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C22

Black with #FA3C22

Text Example


Text Example

White with #FA3C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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