#FA4225

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

Shades of Red Orange #FA4225

Tints of Red Orange #FA4225

Color information

#FA4225 (or 0xFA4225) is unknown color: approx Red Orange. HEX triplet: FA, 42 and 25. RGB value is (250,66,37). Sum of RGB (Red+Green+Blue) = 250+66+37=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4225 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4225 is #05BDDA. Grayscale: #767676. Windows color (decimal): -376283 or 2441978. OLE color: 2441978.

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

Color convert

RGB2506637-
CMYK00.740.850.02
HSL8.17º95.52%56.27%-
HSV(B)8.17º85.2%98.04%-
XYZ41.7124.354.25-
YUV117.7182.46222.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 70.82%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=70.82%
G=18.70%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250663700.740.850.028.1795.5256.27
HexFA422504A55286038
Octal37210245011212521014070
Binary1111101010000101001010100101010101011010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4225; }

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

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

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

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

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

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

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

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