Html Css Color HEX #FA2E1E Red Orange

📋 copy color: '#FA2E1E'

red 250 ◦ green 46 ◦ blue 30

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

Shades of Red Orange #FA2E1E

Tints of Red Orange #FA2E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 76.69%
G = 14.11%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA2E1E (or 0xFA2E1E) is known color: Red Orange. HEX triplet: FA, 2E and 1E. RGB value is (250,46,30). Sum of RGB (Red+Green+Blue) = 250+46+30=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E1E is #05D1E1. Grayscale: #696969. Windows color (decimal): -381410 or 1978106. OLE color: 1978106.

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

Color convert

RGB 250 46 30 -
CMYK 0 0.82 0.88 0.02
HSL 4.36º 0.96% 0.55% -
HSV(B) 4.36º 0.88% 0.98% -
XYZ 40.64 22.37 3.4 -
YUV 105.17 85.59 231.3 -
System Red Green Blue C M Y K H S L
Decimal 250 46 30 0 0.82 0.88 0.02 4.36 0.96 0.55
Hex FA 2E 1E 0 52 58 2 4 60 37
Octal 372 56 36 0 122 130 2 4 140 67
Binary 11111010 101110 11110 0 1010010 1011000 10 100 1100000 110111

Color Harmonies of #FA2E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E1E

Black with #FA2E1E

Text Example


Text Example

White with #FA2E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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