#FA413A

Color #FA413A Red Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Orange #FA413A

Tints of Red Orange #FA413A

Color information

#FA413A (or 0xFA413A) is unknown color: approx Red Orange. HEX triplet: FA, 41 and 3A. RGB value is (250,65,58). Sum of RGB (Red+Green+Blue) = 250+65+58=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA413A is #05BEC5. Grayscale: #777777. Windows color (decimal): -376518 or 3817978. OLE color: 3817978.

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

Color convert

RGB2506558-
CMYK00.740.770.02
HSL2.19º95.05%60.39%-
HSV(B)2.19º76.8%98.04%-
XYZ42.0824.416.5-
YUV119.5293.29221.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 67.02%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=67.02%
G=17.43%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250655800.740.770.022.1995.0560.39
HexFA413A04A4D225f3c
Octal3721017201121152213774
Binary11111010100000111101001001010100110110101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA413A; }

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

 H1.HeaderClassName
 {
   color: #FA413A;
 }
 .AnyTagClassName
 {
   color: #FA413A;
 }
</style>
background-color css

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

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

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

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

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

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