Html Css Color HEX #FA2C22 Red Orange

📋 copy color: '#FA2C22'

red 250 ◦ green 44 ◦ blue 34

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

Shades of Red Orange #FA2C22

Tints of Red Orange #FA2C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

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

R = 76.22%
G = 13.41%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2C22 (or 0xFA2C22) is known color: Red Orange. HEX triplet: FA, 2C and 22. RGB value is (250,44,34). Sum of RGB (Red+Green+Blue) = 250+44+34=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C22 is #05D3DD. Grayscale: #686868. Windows color (decimal): -381918 or 2239738. OLE color: 2239738.

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

Color convert

RGB 250 44 34 -
CMYK 0 0.82 0.86 0.02
HSL 2.78º 0.96% 0.56% -
HSV(B) 2.78º 0.86% 0.98% -
XYZ 40.61 22.24 3.67 -
YUV 104.45 88.25 231.81 -
System Red Green Blue C M Y K H S L
Decimal 250 44 34 0 0.82 0.86 0.02 2.78 0.96 0.56
Hex FA 2C 22 0 52 56 2 3 60 38
Octal 372 54 42 0 122 126 2 3 140 70
Binary 11111010 101100 100010 0 1010010 1010110 10 11 1100000 111000

Color Harmonies of #FA2C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C22

Black with #FA2C22

Text Example


Text Example

White with #FA2C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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