#FA5B30

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

Shades of Outrageous Orange #FA5B30

Tints of Outrageous Orange #FA5B30

Color information

#FA5B30 (or 0xFA5B30) is unknown color: approx Outrageous Orange. HEX triplet: FA, 5B and 30. RGB value is (250,91,48). Sum of RGB (Red+Green+Blue) = 250+91+48=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5B30 is #05A4CF. Grayscale: #858585. Windows color (decimal): -369872 or 3169274. OLE color: 3169274.

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

Color convert

RGB2509148-
CMYK00.640.810.02
HSL12.77º95.28%58.43%-
HSV(B)12.77º80.8%98.04%-
XYZ43.728.025.9-
YUV133.6479.68211-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 64.27%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=64.27%
G=23.39%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250914800.640.810.0212.7795.2858.43
HexFA5B30040512d5f3a
Octal37213360010012121513772
Binary1111101010110111100000100000010100011011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5B30; }

 p { color: rgb(250,91,48); }

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

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

 a { background-color: rgb(250,91,48); }

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

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

 span { border-color: rgb(250,91,48); }

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