Html Css Color HEX #FA2E27 Red Orange

📋 copy color: '#FA2E27'

red 250 ◦ green 46 ◦ blue 39

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

Shades of Red Orange #FA2E27

Tints of Red Orange #FA2E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 74.63%
G = 13.73%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2E27 (or 0xFA2E27) is known color: Red Orange. HEX triplet: FA, 2E and 27. RGB value is (250,46,39). Sum of RGB (Red+Green+Blue) = 250+46+39=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E27 is #05D1D8. Grayscale: #6A6A6A. Windows color (decimal): -381401 or 2567930. OLE color: 2567930.

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

Color convert

RGB 250 46 39 -
CMYK 0 0.82 0.84 0.02
HSL 1.99º 0.95% 0.57% -
HSV(B) 1.99º 0.84% 0.98% -
XYZ 40.77 22.42 4.1 -
YUV 106.2 90.09 230.57 -
System Red Green Blue C M Y K H S L
Decimal 250 46 39 0 0.82 0.84 0.02 1.99 0.95 0.57
Hex FA 2E 27 0 52 54 2 2 5F 39
Octal 372 56 47 0 122 124 2 2 137 71
Binary 11111010 101110 100111 0 1010010 1010100 10 10 1011111 111001

Color Harmonies of #FA2E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E27

Black with #FA2E27

Text Example


Text Example

White with #FA2E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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