Html Css Color HEX #FA3A2E Red Orange

📋 copy color: '#FA3A2E'

red 250 ◦ green 58 ◦ blue 46

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

Shades of Red Orange #FA3A2E

Tints of Red Orange #FA3A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 70.62%
G = 16.38%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA3A2E (or 0xFA3A2E) is known color: Red Orange. HEX triplet: FA, 3A and 2E. RGB value is (250,58,46). Sum of RGB (Red+Green+Blue) = 250+58+46=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A2E is #05C5D1. Grayscale: #727272. Windows color (decimal): -378322 or 3029754. OLE color: 3029754.

HSL color Cylindrical-coordinate representation of color #FA3A2E: hue angle of 3.53º 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 #FA3A2E is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 46 -
CMYK 0 0.77 0.82 0.02
HSL 3.53º 0.95% 0.58% -
HSV(B) 3.53º 0.82% 0.98% -
XYZ 41.43 23.55 4.95 -
YUV 114.04 89.61 224.98 -
System Red Green Blue C M Y K H S L
Decimal 250 58 46 0 0.77 0.82 0.02 3.53 0.95 0.58
Hex FA 3A 2E 0 4D 52 2 4 5F 3A
Octal 372 72 56 0 115 122 2 4 137 72
Binary 11111010 111010 101110 0 1001101 1010010 10 100 1011111 111010

Color Harmonies of #FA3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A2E

Black with #FA3A2E

Text Example


Text Example

White with #FA3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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