Html Css Color HEX #FA2E25 Red Orange

📋 copy color: '#FA2E25'

red 250 ◦ green 46 ◦ blue 37

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

Shades of Red Orange #FA2E25

Tints of Red Orange #FA2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.81%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 75.08%
G = 13.81%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA2E25 (or 0xFA2E25) is known color: Red Orange. HEX triplet: FA, 2E and 25. RGB value is (250,46,37). Sum of RGB (Red+Green+Blue) = 250+46+37=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E25 is #05D1DA. Grayscale: #6A6A6A. Windows color (decimal): -381403 or 2436858. OLE color: 2436858.

HSL color Cylindrical-coordinate representation of color #FA2E25: hue angle of 2.54º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2E25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 46 37 -
CMYK 0 0.82 0.85 0.02
HSL 2.54º 0.96% 0.56% -
HSV(B) 2.54º 0.85% 0.98% -
XYZ 40.74 22.41 3.93 -
YUV 105.97 89.09 230.73 -
System Red Green Blue C M Y K H S L
Decimal 250 46 37 0 0.82 0.85 0.02 2.54 0.96 0.56
Hex FA 2E 25 0 52 55 2 3 60 38
Octal 372 56 45 0 122 125 2 3 140 70
Binary 11111010 101110 100101 0 1010010 1010101 10 11 1100000 111000

Color Harmonies of #FA2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E25

Black with #FA2E25

Text Example


Text Example

White with #FA2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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