Html Css Color HEX #FA2522 Red Orange

📋 copy color: '#FA2522'

red 250 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #FA2522

Tints of Red Orange #FA2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

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

R = 77.88%
G = 11.53%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2522 (or 0xFA2522) is known color: Red Orange. HEX triplet: FA, 25 and 22. RGB value is (250,37,34). Sum of RGB (Red+Green+Blue) = 250+37+34=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2522 is #05DADD. Grayscale: #646464. Windows color (decimal): -383710 or 2237946. OLE color: 2237946.

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

Color convert

RGB 250 37 34 -
CMYK 0 0.85 0.86 0.02
HSL 0.83º 0.96% 0.56% -
HSV(B) 0.83º 0.86% 0.98% -
XYZ 40.37 21.76 3.59 -
YUV 100.35 90.57 234.74 -
System Red Green Blue C M Y K H S L
Decimal 250 37 34 0 0.85 0.86 0.02 0.83 0.96 0.56
Hex FA 25 22 0 55 56 2 1 60 38
Octal 372 45 42 0 125 126 2 1 140 70
Binary 11111010 100101 100010 0 1010101 1010110 10 1 1100000 111000

Color Harmonies of #FA2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2522

Black with #FA2522

Text Example


Text Example

White with #FA2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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