Html Css Color HEX #FA2D22 Red Orange

📋 copy color: '#FA2D22'

red 250 ◦ green 45 ◦ blue 34

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

Shades of Red Orange #FA2D22

Tints of Red Orange #FA2D22

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.68%

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

R = 75.99%
G = 13.68%
B = 10.33%

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

#FA2D22 (or 0xFA2D22) is known color: Red Orange. HEX triplet: FA, 2D and 22. RGB value is (250,45,34). Sum of RGB (Red+Green+Blue) = 250+45+34=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D22 is #05D2DD. Grayscale: #696969. Windows color (decimal): -381662 or 2239994. OLE color: 2239994.

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

Color convert

RGB 250 45 34 -
CMYK 0 0.82 0.86 0.02
HSL 3.06º 0.96% 0.56% -
HSV(B) 3.06º 0.86% 0.98% -
XYZ 40.65 22.32 3.68 -
YUV 105.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 250 45 34 0 0.82 0.86 0.02 3.06 0.96 0.56
Hex FA 2D 22 0 52 56 2 3 60 38
Octal 372 55 42 0 122 126 2 3 140 70
Binary 11111010 101101 100010 0 1010010 1010110 10 11 1100000 111000

Color Harmonies of #FA2D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D22

Black with #FA2D22

Text Example


Text Example

White with #FA2D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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