Html Css Color HEX #FA2E2E Red Orange

📋 copy color: '#FA2E2E'

red 250 ◦ green 46 ◦ blue 46

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

Shades of Red Orange #FA2E2E

Tints of Red Orange #FA2E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.45%

R = 73.1%
G = 13.45%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA2E2E (or 0xFA2E2E) is known color: Red Orange. HEX triplet: FA, 2E and 2E. RGB value is (250,46,46). Sum of RGB (Red+Green+Blue) = 250+46+46=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E2E is #05D1D1. Grayscale: #6B6B6B. Windows color (decimal): -381394 or 3026682. OLE color: 3026682.

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

Color convert

RGB 250 46 46 -
CMYK 0 0.82 0.82 0.02
HSL 0.95% 0.58% -
HSV(B) 0.82% 0.98% -
XYZ 40.89 22.48 4.77 -
YUV 107 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 250 46 46 0 0.82 0.82 0.02 0 0.95 0.58
Hex FA 2E 2E 0 52 52 2 0 5F 3A
Octal 372 56 56 0 122 122 2 0 137 72
Binary 11111010 101110 101110 0 1010010 1010010 10 0 1011111 111010

Color Harmonies of #FA2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E2E

Black with #FA2E2E

Text Example


Text Example

White with #FA2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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