#FA4325

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

Shades of Red Orange #FA4325

Tints of Red Orange #FA4325

Color information

#FA4325 (or 0xFA4325) is unknown color: approx Red Orange. HEX triplet: FA, 43 and 25. RGB value is (250,67,37). Sum of RGB (Red+Green+Blue) = 250+67+37=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4325 is #05BCDA. Grayscale: #767676. Windows color (decimal): -376027 or 2442234. OLE color: 2442234.

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

Color convert

RGB2506737-
CMYK00.730.850.02
HSL8.45º95.52%56.27%-
HSV(B)8.45º85.2%98.04%-
XYZ41.7724.474.27-
YUV118.382.13221.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.62%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 37 (14.84% from 255) = 10.45%
R=70.62%
G=18.93%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250673700.730.850.028.4595.5256.27
HexFA432504955286038
Octal37210345011112521014070
Binary1111101010000111001010100100110101011010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4325; }

 p { color: rgb(250,67,37); }

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

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

 a { background-color: rgb(250,67,37); }

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

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

 span { border-color: rgb(250,67,37); }

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