Html Css Color HEX #FA2E2B Red Orange

📋 copy color: '#FA2E2B'

red 250 ◦ green 46 ◦ blue 43

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

Shades of Red Orange #FA2E2B

Tints of Red Orange #FA2E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.68%

R = 73.75%
G = 13.57%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA2E2B (or 0xFA2E2B) is known color: Red Orange. HEX triplet: FA, 2E and 2B. RGB value is (250,46,43). Sum of RGB (Red+Green+Blue) = 250+46+43=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E2B is #05D1D4. Grayscale: #6A6A6A. Windows color (decimal): -381397 or 2830074. OLE color: 2830074.

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

Color convert

RGB 250 46 43 -
CMYK 0 0.82 0.83 0.02
HSL 0.87º 0.95% 0.57% -
HSV(B) 0.87º 0.83% 0.98% -
XYZ 40.84 22.45 4.47 -
YUV 106.65 92.09 230.24 -
System Red Green Blue C M Y K H S L
Decimal 250 46 43 0 0.82 0.83 0.02 0.87 0.95 0.57
Hex FA 2E 2B 0 52 53 2 1 5F 39
Octal 372 56 53 0 122 123 2 1 137 71
Binary 11111010 101110 101011 0 1010010 1010011 10 1 1011111 111001

Color Harmonies of #FA2E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E2B

Black with #FA2E2B

Text Example


Text Example

White with #FA2E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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