Html Css Color HEX #FA3A1A Red Orange

📋 copy color: '#FA3A1A'

red 250 ◦ green 58 ◦ blue 26

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

Shades of Red Orange #FA3A1A

Tints of Red Orange #FA3A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 74.85%
G = 17.37%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA3A1A (or 0xFA3A1A) is known color: Red Orange. HEX triplet: FA, 3A and 1A. RGB value is (250,58,26). Sum of RGB (Red+Green+Blue) = 250+58+26=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A1A is #05C5E5. Grayscale: #707070. Windows color (decimal): -378342 or 1719034. OLE color: 1719034.

HSL color Cylindrical-coordinate representation of color #FA3A1A: hue angle of 8.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA3A1A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 26 -
CMYK 0 0.77 0.90 0.02
HSL 8.57º 0.96% 0.54% -
HSV(B) 8.57º 0.9% 0.98% -
XYZ 41.12 23.42 3.33 -
YUV 111.76 79.61 226.6 -
System Red Green Blue C M Y K H S L
Decimal 250 58 26 0 0.77 0.90 0.02 8.57 0.96 0.54
Hex FA 3A 1A 0 4D 5A 2 9 60 36
Octal 372 72 32 0 115 132 2 11 140 66
Binary 11111010 111010 11010 0 1001101 1011010 10 1001 1100000 110110

Color Harmonies of #FA3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A1A

Black with #FA3A1A

Text Example


Text Example

White with #FA3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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